Commit 1f18d615 authored by Nico Schallehn's avatar Nico Schallehn

test

parent ea1414d1
......@@ -200,7 +200,7 @@ if($_GET["action"] == "filme"){
ob_start();
var_dump($Data);
$content .= ob_get_clean();
$content .= '<div style="width: 100%; overflow: auto;"><table>'.PHP_EOL;
$content .= '<div style="width: 100%; overflow: auto;"><table class="table table-header-rotated">'.PHP_EOL;
$content .= '<tr><th >Von</th> <th> Bis</th> ';
foreach ($API->SpaltenFilme as $value) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment