Fossil SCM
Fix a string-quoting error in the previous commit.
Commit
3c8195c876ff63acdb92b15ef58a70f1c1c67b05
Parent
fb3b0f66a352ae6…
1 file changed
+3
-3
+3
-3
| --- src/tktsetup.c | ||
| +++ src/tktsetup.c | ||
| @@ -433,14 +433,14 @@ | ||
| 433 | 433 | static const char zDefaultView[] = |
| 434 | 434 | @ <table cellpadding="5"> |
| 435 | 435 | @ <tr><td class="tktDspLabel">Ticket UUID:</td> |
| 436 | 436 | @ <th1> |
| 437 | 437 | @ if {[hascap s]} { |
| 438 | -@ html "<td class=''tktDspValue'' colspan=''3''>$tkt_uuid " | |
| 438 | +@ html "<td class='tktDspValue' colspan='3'>$tkt_uuid " | |
| 439 | 439 | @ html "($tkt_id)</td></tr>\n" |
| 440 | 440 | @ } 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" | |
| 442 | 442 | @ } |
| 443 | 443 | @ </th1> |
| 444 | 444 | @ <tr><td class="tktDspLabel">Title:</td> |
| 445 | 445 | @ <td class="tktDspValue" colspan="3"> |
| 446 | 446 | @ $<title> |
| @@ -498,11 +498,11 @@ | ||
| 498 | 498 | @ WHERE tkt_id=$tkt_id} { |
| 499 | 499 | @ if {$seenRow} { |
| 500 | 500 | @ html "<hr>\n" |
| 501 | 501 | @ } else { |
| 502 | 502 | @ 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" | |
| 504 | 504 | @ set seenRow 1 |
| 505 | 505 | @ } |
| 506 | 506 | @ html "[htmlize $xlogin] added on $xdate:\n" |
| 507 | 507 | @ if {$alwaysPlaintext || $xmimetype eq "text/plain"} { |
| 508 | 508 | @ set r [randhex] |
| 509 | 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 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 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 |