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

span is no valid parent for div

parent b1a01f56
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@
if(!$file)
return(0);
echo ("<span dir='ltr' lang='en'>");
echo ("<div dir='ltr' lang='en'>");
while( !feof($file) )
{
......@@ -86,7 +86,7 @@
}
}
fclose($file);
echo ("</span>");
echo ("</div>");
}
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