[fixed] Default content home page 404 error
Posted: Tue May 27, 2014 3:49 pm
In the default content for the Beta (and possibly older CMSMS installations) there is an error on the home page. There is a printer icon on the right which gives a 404 error when you click it.
The appropriate HTML is:
The error is in the anchor tag:
The appropriate HTML is:
Code: Select all
<div class='content-top cf' itemscope itemtype='http://data-vocabulary.org/Breadcrumb'>
<div class="breadcrumb">You are here: <span class="breadcrumb current">Home</span></div>
<a href='<a href="http://www.example.com/beta/index.php?mact=CMSPrinting,cntnt01,output,0&cntnt01url=aHR0cDovL3d3dy5jbG9ja3Rvd2VyaG9zdC5jby51ay9iZX
RhL2luZGV4LnBocD9zaG93dGVtcGxhdGU9ZmFsc2U%3D&cntnt01pageid=1&cntnt01returnid=1" class="noprint" rel="nofollow">Print this page</a>
' class='printbutton noprint' title='Print this page'><i class='icon-printer' aria-hidden='true'></i></a>
<span class='title-border' aria-hidden='true'></span>
</div>
Code: Select all
<a href='<a href="http://www.example.com/........