Mailing List Archive

B59 problem
>
> BTW, I think B59 (not in 0.5) might have a bug in it. I noticed
> a cached page that had includes which wasn't formatted properly.
> I'll have to put B59 back in to test to see if it was to blame.

there's certainly a compatibility problem..

<!--#config timefmt="(last updated <i>%a, %e %b %y %H:%M %Z</i>)" -->

comes out as

(last updated &lt;i&gt;Fri, 7 Apr 95 10:15 MDT&lt;/i&gt;)

i.e. my <i>s are being escaped.

"Correcting" HTML is not the job of the server, it's the author's job.


robh
Re: B59 problem [ In reply to ]
><!--#config timefmt="(last updated <i>%a, %e %b %y %H:%M %Z</i>)" -->
>(last updated &lt;i&gt;Fri, 7 Apr 95 10:15 MDT&lt;/i&gt;)
Damn. It never occurred to me that timefmt might contain markup.
The 'right thing' is not clear to me right now, so tomorrow I'll upload
a version of the patch that doesn't touch timefmt. In the meantime, test
the other effects of the patch.

David.