Page 1 of 1

[fixed] Default content home page 404 error

Posted: Tue May 27, 2014 3:49 pm
by paulbaker
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:

Code: Select all

                        <div class='content-top cf' itemscope itemtype='http://data-vocabulary.org/Breadcrumb'>
                            <div class="breadcrumb">You are here:&nbsp;<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>
The error is in the anchor tag:

Code: Select all

<a href='<a href="http://www.example.com/........

Re: Default content home page 404 error

Posted: Tue May 27, 2014 6:30 pm
by uniqu3
Fixed in SVN