(Sat, 23 May 13:50) Richard Hipp:
> On 5/23/15, Svyatoslav Mishyn <j...@openmailbox.org> wrote:
> > link "http://localhost:8080/reports"; doesn't work;
> 
> For what browser does it not work?

if it matters, Firefox 36.0, but

/tmp: wget -S http://localhost:8080/reports
--2015-05-23 21:42:12--  http://localhost:8080/reports
Resolving localhost (localhost)... 127.0.0.1
Connecting to localhost (localhost)|127.0.0.1|:8080... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

> What browser actually requires </li> tags on list elements?

Oops, I made redundant changes,

and it's enough to have only this:
+  @   <li>%z(href("%R/test-captcha"))Random ASCII-art Captcha image</a></li>

because if links are in footer they might look like [0]


here a new version:

Index: src/sitemap.c
==================================================================
--- /home/juef/fossil/e/fossil/src/sitemap.c~0  2015-05-23 21:44:39.347328112 
+0300
+++ /home/juef/fossil/e/fossil/src/sitemap.c    2015-05-23 21:35:42.120630829 
+0300
@@ -75,7 +75,6 @@
     @   <li>%z(href("%R/leaves"))Leaf Check-ins</a></li>
     @   <li>%z(href("%R/taglist"))List of Tags</a></li>
     @ </ul>
-    @ </li>
   }
   if( g.perm.RdWiki ){
     @ <li>%z(href("%R/wikihelp"))Wiki</a>
@@ -147,8 +146,8 @@
   }
   @   <li>%z(href("%R/hash-color-test"))Page to experiment with the automatic
   @       colors assigned to branch names</a>
-  @   <li>%z(href("%R/test-captcha"))Random ASCII-art Captcha image</li>
+  @   <li>%z(href("%R/test-captcha"))Random ASCII-art Captcha image</a></li>
   @   </ul></li>
-  @ </ul></li>
+  @ </ul>
   style_footer();
 }


[0]: 
https://cloud.openmailbox.org/public.php?service=files&t=2834e816d70dfd5e9ee21f47b72713d6


-- 
http://www.juef.tk/
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to