Fossil SCM

Fix a mis-quoted DOM element attribute, as reported in [forum:5bdbb8b949|forum post 5bdbb8b949].

stephan 2024-12-04 15:59 trunk
Commit f96a3ba792736d72eaacfdd7634927f4c7978f24192d610c8992ba0124ae7cc8
1 file changed +1 -1
+1 -1
--- src/wiki.c
+++ src/wiki.c
@@ -1331,11 +1331,11 @@
13311331
CX("<div id='fossil-status-bar' "
13321332
"title='Status message area. Double-click to clear them.'>"
13331333
"Status messages will go here.</div>\n"
13341334
/* will be moved into the tab container via JS */);
13351335
1336
- CX("<div id='wikiedit-edit-status''>"
1336
+ CX("<div id='wikiedit-edit-status'>"
13371337
"<span class='name'></span>"
13381338
"<span class='links'></span>"
13391339
"</div>");
13401340
13411341
/* Main tab container... */
13421342
--- src/wiki.c
+++ src/wiki.c
@@ -1331,11 +1331,11 @@
1331 CX("<div id='fossil-status-bar' "
1332 "title='Status message area. Double-click to clear them.'>"
1333 "Status messages will go here.</div>\n"
1334 /* will be moved into the tab container via JS */);
1335
1336 CX("<div id='wikiedit-edit-status''>"
1337 "<span class='name'></span>"
1338 "<span class='links'></span>"
1339 "</div>");
1340
1341 /* Main tab container... */
1342
--- src/wiki.c
+++ src/wiki.c
@@ -1331,11 +1331,11 @@
1331 CX("<div id='fossil-status-bar' "
1332 "title='Status message area. Double-click to clear them.'>"
1333 "Status messages will go here.</div>\n"
1334 /* will be moved into the tab container via JS */);
1335
1336 CX("<div id='wikiedit-edit-status'>"
1337 "<span class='name'></span>"
1338 "<span class='links'></span>"
1339 "</div>");
1340
1341 /* Main tab container... */
1342

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button