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

fix stupid php error

parent 4fbeceb1
No related branches found
No related tags found
Loading
......@@ -25,8 +25,8 @@
}
}
</script>
<span dir="ltr" lang="en">
<?php
echo ("<span dir='ltr' lang='en'>");
$file=fopen("news.msg","r");
$count = 0;
......@@ -86,6 +86,7 @@
}
}
fclose($file);
echo ("</span>");
}
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