[Mediawiki-l] Donate Button - Left Nav

Brion Vibber brion at pobox.com
Thu Mar 24 23:20:37 UTC 2005


John Spikowski wrote:
> I'm getting this error when I added the following code after the toolbox
> <div>.
>
> [pear_error: message="XML_ERROR_TAG_MISMATCH in
> /home/panotool/public_html/mediawiki/templates/xhtml_slim.pt around line
> 137" code=0 mode=return level=notice prefix="" info=""]

The xhtml_slim.pt file must be well-formed XML. This means you need to
close your tags; for instance:

> <input type="hidden" name="cmd" value="_xclick">

needs to be:

 > <input type="hidden" name="cmd" value="_xclick" />

etc. For general XHTML compatibility tips see
http://www.w3.org/TR/xhtml1/#diffs

-- brion vibber (brion @ pobox.com)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 253 bytes
Desc: OpenPGP digital signature
Url : http://lists.wikimedia.org/pipermail/mediawiki-l/attachments/20050324/8f69d03c/attachment.pgp 


More information about the MediaWiki-l mailing list