summaryrefslogtreecommitdiffstats
path: root/usr/local/www/head.inc
diff options
context:
space:
mode:
authorjim-p <jim@pingle.org>2009-12-24 20:11:47 -0500
committerjim-p <jim@pingle.org>2009-12-24 20:11:47 -0500
commitab94e13610bdc6a671045689702a034f8ebc5888 (patch)
tree018f34b31b9585c20c38f7fa7aa2a3cc838647c3 /usr/local/www/head.inc
parent51f4c1c9b42dfba411591777a3dc8d4ab100771a (diff)
downloadpfsense-ab94e13610bdc6a671045689702a034f8ebc5888.zip
pfsense-ab94e13610bdc6a671045689702a034f8ebc5888.tar.gz
Fix the quotes on this line.
Diffstat (limited to 'usr/local/www/head.inc')
-rwxr-xr-xusr/local/www/head.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/head.inc b/usr/local/www/head.inc
index e6bf240..c31c56c 100755
--- a/usr/local/www/head.inc
+++ b/usr/local/www/head.inc
@@ -30,7 +30,7 @@ $pagetitle = gentitle( $pgtitle );
<head>
<title><?php echo($config['system']['hostname'] . "." . $config['system']['domain'] . " - " . $pagetitle); ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <link rel=”apple-touch-icon” href=”/themes/<?php echo $g['theme']; ?>/apple-touch-icon.png”/>
+ <link rel="apple-touch-icon" href="/themes/<?php echo $g['theme']; ?>/apple-touch-icon.png"/>
<?php if (strpos($_SERVER["SCRIPT_FILENAME"], "wizard.php") !== false &&
file_exists("{$g['www_path']}/themes/{$g['theme']}/wizard.css")): ?>
<?php outputCSSFileInline("{$g['www_path']}/themes/{$g['theme']}/wizard.css"); ?>
OpenPOWER on IntegriCloud