]> andersk Git - sql-web.git/blobdiff - tpl/head.php
move chars_encode to display library
[sql-web.git] / tpl / head.php
index 39176ba56b0c6689f90b17063a6d127589becd9d..bf2ea39bb77a00d73382da8d7623b1bf2e536c73 100644 (file)
@@ -29,7 +29,7 @@ if (isOffline()) {
                        <div id="masthead">\r
                                <h1 id="header"><a href="http://sql.mit.edu/">sql.mit.edu</a></h1>\r
                                <h2 id="tagline">MIT SIPB MySQL Service for Athena<br />\r
-                                       email: <? echo htmlentities('sql@mit.edu'); ?></h2>\r
+                                       email: <?=chars_encode('sql@mit.edu')?></h2>\r
                        </div>\r
                        <div id="hmenu">\r
                                <?php isOnline() && include('menu.php'); ?>\r
This page took 0.046942 seconds and 4 git commands to generate.