Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Remove redundant "Description & Comments:" label from the ticket viewer. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
4b56350ecb2c4d327cc1370c40d49ff6 |
User & Date: | drh 2008-07-24 15:08:13.000 |
References
2008-11-20
| ||
00:36 | • Fixed ticket [c62fac40]: Edit CSS/HTML in Setup adds extra CR/LF, wrong http Content-length plus 1 other change ... (artifact: e3d3a3ce user: drh) | |
Context
2008-07-25
| ||
12:30 | Disable the "branch" command pending further discussion and clarification of its purpose and intent. ... (check-in: f6d3d89e user: drh tags: trunk) | |
2008-07-24
| ||
15:08 | Remove redundant "Description & Comments:" label from the ticket viewer. ... (check-in: 4b56350e user: drh tags: trunk) | |
15:02 | Fix a bug in the check-in comment editor. Ticket [4b40f57449]. ... (check-in: 89de100a user: drh tags: trunk) | |
Changes
Changes to src/tktsetup.c.
︙ | ︙ | |||
390 391 392 393 394 395 396 | @ </tr> @ <tr><td align="right">Version Found In:</td> @ <td colspan="3" valign="top" bgcolor="#d0d0d0"> @ $<foundin> @ </td></tr> @ <tr><td>Description & Comments:</td></tr> @ <tr><td colspan="4" bgcolor="#d0d0d0"> | < | 390 391 392 393 394 395 396 397 398 399 400 401 402 403 | @ </tr> @ <tr><td align="right">Version Found In:</td> @ <td colspan="3" valign="top" bgcolor="#d0d0d0"> @ $<foundin> @ </td></tr> @ <tr><td>Description & Comments:</td></tr> @ <tr><td colspan="4" bgcolor="#d0d0d0"> @ <span bgcolor="#d0d0d0"><th1>wiki $comment</th1></span> @ </td></tr> @ </table> ; /* |
︙ | ︙ |