[fixed] Default content home page 404 error

Forum rules
Only administrators can post or move items here.
Post Reply
User avatar
paulbaker
Dev Team Member
Dev Team Member
Posts: 1465
Joined: Sat Apr 18, 2009 10:09 pm
Location: Maidenhead, UK
Contact:

[fixed] Default content home page 404 error

Post 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/........
uniqu3

Re: Default content home page 404 error

Post by uniqu3 »

Fixed in SVN
Post Reply

Return to “Closed Issues”