tags:

views:

12

answers:

0

Just did a fresh install of MediaWiki and DynamicPageList (DPL) but something is not quite configured right and I am having a hard time figuring out what is off exactly.

Instead of showing links to the pages, it is showing some oddly formatted HTML code like this:

<html><a href="/tjos/index.php/Bird_Dog_Daily_Checklist" title="Bird Dog Daily Checklist">Bird Dog Daily Checklist</a></html>

If I view source, it actually looks like this:

<li>&lt;html&gt;&lt;a href="/tjos/index.php/Bird_Dog_Daily_Checklist" title="Bird Dog Daily Checklist"&gt;Bird Dog Daily Checklist&lt;/a&gt;&lt;/html&gt;</li>

Any ideas on why it is doing that and how to fix it so that it works right?