X-Git-Url: http://andersk.mit.edu/gitweb/sql-web.git/blobdiff_plain/e8d03b498ab117591104e55a779fdfe63b06ebd4..7210b38439b4ffef6bc6f3e8a2691e2afcc0421e:/tpl/main.php diff --git a/tpl/main.php b/tpl/main.php index 89b0432..2a605dd 100644 --- a/tpl/main.php +++ b/tpl/main.php @@ -33,7 +33,7 @@ if (isset($i_dropask)) { if ($total>0) $percentage = $db['nBytes']/$total; else $percentage = 0; - echo printBar($percentage, $db['Name'], str_replace(' ', ' ', sprintSize($db['nBytes']))); + echo printBar($percentage, htmlentities($db['Name']), str_replace(' ', ' ', sprintSize($db['nBytes']))); echo ''; echo ''; echo '';