Skip to content
Snippets Groups Projects
Commit 8583f95c authored by ands's avatar ands
Browse files

Abfahrtsmonitor bugfix

parent 645668a8
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,6 @@ ...@@ -10,6 +10,6 @@
$content = str_replace('bgcolor="#FFFFFF"','class="box"',$content); $content = str_replace('bgcolor="#FFFFFF"','class="box"',$content);
$content = str_replace('bgcolor="#E6F2F8"','class="invisiblebox"',$content); $content = str_replace('bgcolor="#E6F2F8"','class="invisiblebox"',$content);
$content = str_replace('<hr style="background:#000000;width:100%;" align="left" />','',$content); $content = str_replace('<hr style="background:#000000;width:100%;" align="left" />','',$content);
//$content = preg_replace('~<\a.*\a>~U','',$content); $content = preg_replace('/<img.*>/U','',$content);
print('<div class="invisiblebox">'.utf8_encode($content).'</div>'); print('<div class="invisiblebox">'.utf8_encode($content).'</div>');
?> ?>
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