1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Debug styling fixes.

This commit is contained in:
Cameron
2017-01-26 18:10:38 -08:00
parent 7cd23ede8c
commit 1a4b66507a
5 changed files with 16 additions and 4 deletions

View File

@@ -87,6 +87,7 @@ class e107_db_debug {
if(!empty($str))
{
e107::getRender()->setStyle('debug');
echo $str;
e107::getRender()->tablerender($title, $str);
}
}