summaryrefslogtreecommitdiffstats
path: root/frontends/php/graph.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/graph.php')
-rw-r--r--frontends/php/graph.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/graph.php b/frontends/php/graph.php
index 0d83cab8..6c331ceb 100644
--- a/frontends/php/graph.php
+++ b/frontends/php/graph.php
@@ -20,7 +20,7 @@
?>
<?php
include "include/config.inc.php";
- $page["title"] = S_CONFIGURATION_OF_GRAPH;
+ $page["title"] = "S_CONFIGURATION_OF_GRAPH";
$page["file"] = "graph.php";
show_header($page["title"],0,0);
insert_confirm_javascript();