summaryrefslogtreecommitdiffstats
path: root/usr/local/www/progress.php
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-08-12 11:15:26 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-08-12 11:15:26 -0300
commitee9933b6e260ed1b154d7ca52059aa3baaf82f72 (patch)
tree4e11579d0ef7358d403dbf6fe7d025c79527bc96 /usr/local/www/progress.php
parent4d71d68cd5a3af1f501f910bb224cad5ea76aaa9 (diff)
downloadpfsense-ee9933b6e260ed1b154d7ca52059aa3baaf82f72.zip
pfsense-ee9933b6e260ed1b154d7ca52059aa3baaf82f72.tar.gz
Use <?php instead of the short form
Diffstat (limited to 'usr/local/www/progress.php')
-rwxr-xr-xusr/local/www/progress.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/progress.php b/usr/local/www/progress.php
index 839a18e..1b814ba 100755
--- a/usr/local/www/progress.php
+++ b/usr/local/www/progress.php
@@ -70,7 +70,7 @@ if (!$X) {
<td width="5" height="15" background="./themes/<?= $g['theme']; ?>/images/misc/bar_left.gif" align="top"></td>
<td>
<table WIDTH="100%" height="15" colspacing="0" cellpadding="0" cellspacing="0" border="0" align="top" nowrap>
- <td background="./themes/<?= $g['theme']; ?>/images/misc/bar_gray.gif"><?echo("<img src='./themes/".$g['theme']."/images/misc/bar_blue.gif' height='15' WIDTH='$meter%'>");?></td>
+ <td background="./themes/<?= $g['theme']; ?>/images/misc/bar_gray.gif"><?php echo("<img src='./themes/".$g['theme']."/images/misc/bar_blue.gif' height='15' WIDTH='$meter%'>");?></td>
</table>
</td>
OpenPOWER on IntegriCloud