Fossil SCM

Fix a string-quoting error in the previous commit.

drh 2012-11-26 21:30 UTC ticket-enhancements
Commit 3c8195c876ff63acdb92b15ef58a70f1c1c67b05
1 file changed +3 -3
+3 -3
--- src/tktsetup.c
+++ src/tktsetup.c
@@ -433,14 +433,14 @@
433433
static const char zDefaultView[] =
434434
@ <table cellpadding="5">
435435
@ <tr><td class="tktDspLabel">Ticket&nbsp;UUID:</td>
436436
@ <th1>
437437
@ if {[hascap s]} {
438
-@ html "<td class=''tktDspValue'' colspan=''3''>$tkt_uuid "
438
+@ html "<td class='tktDspValue' colspan='3'>$tkt_uuid "
439439
@ html "($tkt_id)</td></tr>\n"
440440
@ } else {
441
-@ html "<td class=''tktDspValue'' colspan=''3''>$tkt_uuid</td></tr>\n"
441
+@ html "<td class='tktDspValue' colspan='3'>$tkt_uuid</td></tr>\n"
442442
@ }
443443
@ </th1>
444444
@ <tr><td class="tktDspLabel">Title:</td>
445445
@ <td class="tktDspValue" colspan="3">
446446
@ $<title>
@@ -498,11 +498,11 @@
498498
@ WHERE tkt_id=$tkt_id} {
499499
@ if {$seenRow} {
500500
@ html "<hr>\n"
501501
@ } else {
502502
@ html "<tr><th>User Comments:</td></tr>\n"
503
-@ html "<tr><td colspan=''5'' class=''tktDspValue''>\n"
503
+@ html "<tr><td colspan='5' class='tktDspValue'>\n"
504504
@ set seenRow 1
505505
@ }
506506
@ html "[htmlize $xlogin] added on $xdate:\n"
507507
@ if {$alwaysPlaintext || $xmimetype eq "text/plain"} {
508508
@ set r [randhex]
509509
--- src/tktsetup.c
+++ src/tktsetup.c
@@ -433,14 +433,14 @@
433 static const char zDefaultView[] =
434 @ <table cellpadding="5">
435 @ <tr><td class="tktDspLabel">Ticket&nbsp;UUID:</td>
436 @ <th1>
437 @ if {[hascap s]} {
438 @ html "<td class=''tktDspValue'' colspan=''3''>$tkt_uuid "
439 @ html "($tkt_id)</td></tr>\n"
440 @ } else {
441 @ html "<td class=''tktDspValue'' colspan=''3''>$tkt_uuid</td></tr>\n"
442 @ }
443 @ </th1>
444 @ <tr><td class="tktDspLabel">Title:</td>
445 @ <td class="tktDspValue" colspan="3">
446 @ $<title>
@@ -498,11 +498,11 @@
498 @ WHERE tkt_id=$tkt_id} {
499 @ if {$seenRow} {
500 @ html "<hr>\n"
501 @ } else {
502 @ html "<tr><th>User Comments:</td></tr>\n"
503 @ html "<tr><td colspan=''5'' class=''tktDspValue''>\n"
504 @ set seenRow 1
505 @ }
506 @ html "[htmlize $xlogin] added on $xdate:\n"
507 @ if {$alwaysPlaintext || $xmimetype eq "text/plain"} {
508 @ set r [randhex]
509
--- src/tktsetup.c
+++ src/tktsetup.c
@@ -433,14 +433,14 @@
433 static const char zDefaultView[] =
434 @ <table cellpadding="5">
435 @ <tr><td class="tktDspLabel">Ticket&nbsp;UUID:</td>
436 @ <th1>
437 @ if {[hascap s]} {
438 @ html "<td class='tktDspValue' colspan='3'>$tkt_uuid "
439 @ html "($tkt_id)</td></tr>\n"
440 @ } else {
441 @ html "<td class='tktDspValue' colspan='3'>$tkt_uuid</td></tr>\n"
442 @ }
443 @ </th1>
444 @ <tr><td class="tktDspLabel">Title:</td>
445 @ <td class="tktDspValue" colspan="3">
446 @ $<title>
@@ -498,11 +498,11 @@
498 @ WHERE tkt_id=$tkt_id} {
499 @ if {$seenRow} {
500 @ html "<hr>\n"
501 @ } else {
502 @ html "<tr><th>User Comments:</td></tr>\n"
503 @ html "<tr><td colspan='5' class='tktDspValue'>\n"
504 @ set seenRow 1
505 @ }
506 @ html "[htmlize $xlogin] added on $xdate:\n"
507 @ if {$alwaysPlaintext || $xmimetype eq "text/plain"} {
508 @ set r [randhex]
509

Keyboard Shortcuts

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