Browse Source

Moving <hr/> in debug text

pull/40/head
Savetheinternet 13 years ago
parent
commit
814226f6d6
  1. 2
      inc/template.php

2
inc/template.php

@ -28,7 +28,7 @@
unset($debug['start']);
}
$options['body'] .= '<hr/><h3>Debug</h3><pre style="white-space: pre-wrap;font-size: 10px;">' . str_replace("\n", '<br/>', print_r($debug, true)) . '</pre>';
$options['body'] .= '<h3>Debug</h3><pre style="white-space: pre-wrap;font-size: 10px;">' . str_replace("\n", '<br/>', print_r($debug, true)) . '</pre>';
}
$loader->setPaths($config['dir']['template']);

Loading…
Cancel
Save