Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Remove redundant "Description & Comments:" label from the ticket viewer. |
---|---|
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 [c62fac40af]: Edit CSS/HTML in Setup adds extra CR/LF, wrong http Content-length plus 1 other change artifact: e3d3a3ce3f user: drh | |
2008-09-02
| ||
14:02 | • New ticket [c62fac40af]. artifact: 727fdd03f3 user: anonymous | |
Context
2008-07-25
| ||
12:30 | Disable the "branch" command pending further discussion and clarification of its purpose and intent. check-in: f6d3d89e76 user: drh tags: trunk | |
2008-07-24
| ||
15:08 | Remove redundant "Description & Comments:" label from the ticket viewer. check-in: 4b56350ecb user: drh tags: trunk | |
15:02 | Fix a bug in the check-in comment editor. Ticket [4b40f57449]. check-in: 89de100a2d 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> ; /* |
︙ | ︙ |