COrrection sur tokenizer
Release Creation / build (release) Successful in 42s

This commit is contained in:
2026-06-03 20:32:15 +02:00
parent 1bfdf5dd9b
commit 727cb6d205
27 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<header class="sheet-header">
<div class="header-fields background-sheet-header">
<div class="flexrow">
<img class="profile-img" src="{{actor.img}}" data-action="editImage" title="{{actor.name}}" />
<img class="profile-img" src="{{actor.img}}" data-action="editImage" data-edit="img" title="{{actor.name}}" />
<div class="flexcol">
<h1 class="charname"><input name="name" type="text" value="{{actor.name}}" placeholder="Name" /></h1>
<div class="flexrow">