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

fix stupid php error

parent e51642b7
No related branches found
No related tags found
No related merge requests found
......@@ -26,8 +26,6 @@
}
</script>
<?php
echo ("<span dir='ltr' lang='en'>");
$file=fopen("news.msg","r");
$count = 0;
$msg = "";
......@@ -35,6 +33,8 @@
if(!$file)
return(0);
echo ("<span dir='ltr' lang='en'>");
while( !feof($file) )
{
$line=ereg_replace("\n","",fgets($file,4096));
......@@ -92,5 +92,4 @@
function shownews_mockup($style,$max) {
shownews($style,$max,true);
}
</span>
?>
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