summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_graph.php
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2012-02-07 22:02:36 -0700
committerErik Fonnesbeck <efonnes@gmail.com>2012-02-07 23:38:56 -0700
commitc58715af2fce30aa338e302587ea6f9416fcd086 (patch)
tree10d06ccbdb584ae2c35a7096668ba34dda86de6a /usr/local/www/status_graph.php
parentc28fae2fd13f24d7e11c5c9e429e96d93572fed8 (diff)
downloadpfsense-c58715af2fce30aa338e302587ea6f9416fcd086.zip
pfsense-c58715af2fce30aa338e302587ea6f9416fcd086.tar.gz
Change to embed to prevent IE9 from misbehaving. Ticket #2165
Diffstat (limited to 'usr/local/www/status_graph.php')
-rwxr-xr-xusr/local/www/status_graph.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr/local/www/status_graph.php b/usr/local/www/status_graph.php
index 3f97fe8..56d873a 100755
--- a/usr/local/www/status_graph.php
+++ b/usr/local/www/status_graph.php
@@ -190,10 +190,7 @@ foreach ($ifdescrs as $ifn => $ifd) {
<p>
<div id="niftyOutter">
<div id="col1" style="float: left; width: 46%; padding: 5px; position: relative;">
- <object data="graph.php?ifnum=<?=htmlspecialchars($curif);?>&ifname=<?=rawurlencode($ifdescrs[htmlspecialchars($curif)]);?>" type="image/svg+xml" width="<?=$width;?>" height="<?=$height;?>">
- <param name="src" value="graph.php?ifnum=<?=htmlspecialchars($curif);?>&ifname=<?=rawurlencode($ifdescrs[htmlspecialchars($curif)]);?>" />
- <?=gettext("Your browser does not support the type SVG! You need to either use Firefox or download the Adobe SVG plugin"); ?>.
- </object>
+ <embed src="graph.php?ifnum=<?=htmlspecialchars($curif);?>&ifname=<?=rawurlencode($ifdescrs[htmlspecialchars($curif)]);?>" type="image/svg+xml" width="<?=$width;?>" height="<?=$height;?>" pluginspage="http://www.adobe.com/svg/viewer/install/auto" />
</div>
<div id="col2" style="float: right; width: 48%; padding: 5px; position: relative;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
OpenPOWER on IntegriCloud