summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_graph.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-04-23 18:42:25 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-04-23 18:42:25 +0000
commitbac28e1cf036624691741568bb1035f398a28568 (patch)
treefd1a346db053a8da0953e75e91bbd74863a08d82 /usr/local/www/status_graph.php
parent71c08f2561592221a5e2129192ec001d30ada009 (diff)
downloadpfsense-bac28e1cf036624691741568bb1035f398a28568.zip
pfsense-bac28e1cf036624691741568bb1035f398a28568.tar.gz
use <object> instead of <embed>
Ironically this was already fixed in HEAD! Ticket #1290
Diffstat (limited to 'usr/local/www/status_graph.php')
-rwxr-xr-xusr/local/www/status_graph.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_graph.php b/usr/local/www/status_graph.php
index 1ae4153..1616d70 100755
--- a/usr/local/www/status_graph.php
+++ b/usr/local/www/status_graph.php
@@ -84,7 +84,7 @@ foreach ($ifdescrs as $ifn => $ifd) {
</form>
<p>
<div>
-<embed id="graph" src="graph.php?ifnum=<?=$ifnum;?>&ifname=<?=rawurlencode($ifdescrs[$curif]);?>" type="image/svg+xml"
+<object id="graph" src="graph.php?ifnum=<?=$ifnum;?>&ifname=<?=rawurlencode($ifdescrs[$curif]);?>" type="image/svg+xml"
width="<? echo $width; ?>" height="<? echo $height; ?>" pluginspage="http://www.adobe.com/svg/viewer/install/auto" />
</div>
OpenPOWER on IntegriCloud