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

comment on closing tag

parent 7762d1f4
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,8 @@
*/
function shownews($style,$max,$mockup=false) {
?>
<div dir="ltr" lang="en">
<script type="text/javascript">
function toggle(count) {
var text = "news-span-"+count;
......@@ -33,8 +35,6 @@
if(!$file)
return(0);
echo ("<div dir='ltr' lang='en'>");
while( !feof($file) )
{
$line=ereg_replace("\n","",fgets($file,4096));
......@@ -86,7 +86,7 @@
}
}
fclose($file);
echo ("</div><!-- english only news -->");
echo "</div><!-- english only -->";
}
function shownews_mockup($style,$max) {
......
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