mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-13 20:42:58 +02:00
graphs.pl: Fix HTML syntax error
The missing ' caused that a different URL was called Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -112,7 +112,7 @@ sub makegraphbox {
|
||||
print " - ";
|
||||
print "<a href='".$_[0]."?".$_[1]."?year' target='".$_[1]."box'><b>".$Lang::tr{'year'}."</b></a>";
|
||||
print "<br></center>";
|
||||
print "<iframe class='graph' src='".$_[0]."?".$_[1]."?".$_[2]." scrolling='no' frameborder='no' marginheight='0' name='".$_[1]."box'></iframe>";
|
||||
print "<iframe class='graph' src='".$_[0]."?".$_[1]."?".$_[2]."' scrolling='no' frameborder='no' marginheight='0' name='".$_[1]."box'></iframe>";
|
||||
}
|
||||
|
||||
# Generate the CPU Graph for the current period of time for values given by
|
||||
|
||||
Reference in New Issue
Block a user