Minor visual fix

This commit is contained in:
Alejandro Gallardo Escobar 2016-06-02 18:08:15 +02:00
parent 038769eae1
commit a15d45fb30
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ if ($view_graph) {
echo "<tr><td>";
echo $graph_return;
// Add space to the legend transformation
if ($stacked === CUSTOM_GRAPH_VBARS) {
if ($stacked == CUSTOM_GRAPH_VBARS) {
echo '<br /><br /><br /><br />';
}
echo "</td></tr></table>";