Fossil SCM
Close <a> tag, as reported by Svyatoslav Mishyn
Commit
d10b1e022af373b28ccbb77319b2a42194fbb3a0
Parent
31fcde837d45500…
1 file changed
+1
-1
+1
-1
| --- src/sitemap.c | ||
| +++ src/sitemap.c | ||
| @@ -145,10 +145,10 @@ | ||
| 145 | 145 | if( g.perm.Read ){ |
| 146 | 146 | @ <li>%z(href("%R/test-rename-list"))List of file renames</a></li> |
| 147 | 147 | } |
| 148 | 148 | @ <li>%z(href("%R/hash-color-test"))Page to experiment with the automatic |
| 149 | 149 | @ colors assigned to branch names</a> |
| 150 | - @ <li>%z(href("%R/test-captcha"))Random ASCII-art Captcha image</li> | |
| 150 | + @ <li>%z(href("%R/test-captcha"))Random ASCII-art Captcha image</a></li> | |
| 151 | 151 | @ </ul></li> |
| 152 | 152 | @ </ul></li> |
| 153 | 153 | style_footer(); |
| 154 | 154 | } |
| 155 | 155 |
| --- src/sitemap.c | |
| +++ src/sitemap.c | |
| @@ -145,10 +145,10 @@ | |
| 145 | if( g.perm.Read ){ |
| 146 | @ <li>%z(href("%R/test-rename-list"))List of file renames</a></li> |
| 147 | } |
| 148 | @ <li>%z(href("%R/hash-color-test"))Page to experiment with the automatic |
| 149 | @ colors assigned to branch names</a> |
| 150 | @ <li>%z(href("%R/test-captcha"))Random ASCII-art Captcha image</li> |
| 151 | @ </ul></li> |
| 152 | @ </ul></li> |
| 153 | style_footer(); |
| 154 | } |
| 155 |
| --- src/sitemap.c | |
| +++ src/sitemap.c | |
| @@ -145,10 +145,10 @@ | |
| 145 | if( g.perm.Read ){ |
| 146 | @ <li>%z(href("%R/test-rename-list"))List of file renames</a></li> |
| 147 | } |
| 148 | @ <li>%z(href("%R/hash-color-test"))Page to experiment with the automatic |
| 149 | @ colors assigned to branch names</a> |
| 150 | @ <li>%z(href("%R/test-captcha"))Random ASCII-art Captcha image</a></li> |
| 151 | @ </ul></li> |
| 152 | @ </ul></li> |
| 153 | style_footer(); |
| 154 | } |
| 155 |