On Dec 20, 2009, at 2:30 PM, Eric wrote:

>
>> I started this one ages ago to try to get the main menu at the side  
>> and a
>> bit of a
>> different feel, but only realised today that what it needed was an  
>> extra
>> div. Anyway
>> here you are... (tested Firefox 3.5.5, IE 6.0)
>>
>
> Thanks Richard for putting that one in. But we have now learnt that an
> HTML comment in a skin (in skin.c) will be chopped to just "<!" by the
> translate program. In this case it would be OK to take that line out  
> of
> the skin altogether, but I don't know if there can be a case where  
> it will
> matter.


The @-translator defaults to SQL comment mode, and omits everything  
following "--" as a comment.  The solution is to change the commenting  
mode of the @-translator to treat "//" as the comment character  
instead of "--".  See check-in

     http://www.fossil-scm.org/fossil/ci/4f24addea9


D. Richard Hipp
d...@hwaci.com



_______________________________________________
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