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)