Subject: | Minor glitch (and solution) Kwiki::RecentChangesRSS |
G'day James,
Today, I've finally started seriously playing with Kwiki and your
version of Kwiki::RecentChangesRSS was one of the plugins I'm
looking at using.
Was working great until a came across a weird error - which I think
I've diagnosed as being caused by browser (Mozilla 1.7.3 on a Mac)
Am not sure if you've seen this but thought I'd share just in case.
*The error*
Editing a Kwiki page with the RecentChangesRSS plugin enabled
I get
XML Parsing Error: mismatched tag. Expected: </img>.
Location: http://localhost/kwiki/?action=edit&page_id=HomePage
Line Number 38, Column 1215:
....and then what I believe is the HTML for the toolbar
*My Fix*
Add </img> to line 280 of the RecentChangesRSS.pm file
so that it becomes
<img src="[% rss_icon %]" alt="rss" ></img>
and this fixes the problem on my unique combination of hardware
and software.
At this point in time only the RecentChangeRSS plugin is configured
to put an icon in the toolbar. So there may be a deeper issue
I need to look at as I play.
David.
--
--
------------------------------------------------------------------------
David Jones | "You can't trust code that you
Informatics and Communication | did not totally create
Central Queensland University | yourself."
Rockhampton, Australia | -- Ken Thompson.