Skip to content
Snippets Groups Projects
Commit e6990d34 authored by Christoph Miebach's avatar Christoph Miebach
Browse files

close div even if not at end of news file

parent 440394cd
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,10 @@
if($max != 0 ) echo '<div class="horizontalRule"></div>';
if( $mockup ) echo "</td>";
if($max == 0) return;
if($max == 0) {
echo ('</div><!-- news are en only -->');
return;
}
$msg="";
}
$msg.=" ".$line;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment