fixed broken XHTML in link list template

Permalink Browser Info Environment
Hi there,

I'm not sure whether I'm posting in the right place.
Just to let you know a small no-prio fix for the
link_list template

- line 35 contained a superfluous closing </h3> tag, probably a copy&paste typo.
- line 24 opened a <ul> tag that did not get closed

Just fixed those two issues to pass XHTML check.

//line 35
//old:
      <li><a href="<?php  echo $nh->getLinkToCollection($cobj)?>"><?php  echo $title?></a></h3></li>
//new:
      <li><a href="<?php  echo $nh->getLinkToCollection($cobj)?>"><?php  echo $title?></a></li>


//line 39
//old:
   } 
   if(!$previewMode && $controller->rss) { 
//new:
   } 
?>
   </ul>
<?php 
   if(!$previewMode && $controller->rss) {


cheers
Marco

1 Attachment

Type: Discussion
Status: New
Marco5
View Replies:
cannonf700 replied on at Permalink Reply
cannonf700
Thanks Marco5!
I've fixed this and updated the add-on to new version 1.1.

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.