OSDN Git Service

MERGE: リビジョン1849。startUpError()に渡す引数内でXHTMLタグを使用可能に
[nucleus-jp/nucleus-next.git] / nucleus / libs / globalfunctions.php
index 0d54316..852a508 100644 (file)
@@ -1432,10 +1432,10 @@ function startUpError($msg, $title)
        header('Content-Type: text/xml; charset=' . i18n::get_current_charset());\r
        echo "<html xmlns=\"http://www.w3.org/1999/xhtml\">\n";\r
        echo "<head>\n";\r
-       echo '<title>'. Entity::hsc($title) . "</title></head>\n";\r
+       echo "<title>{$title}</title></head>\n";\r
        echo "<body>\n";\r
-       echo '<h1>' . Entity::hsc($title) . "</h1>\n";\r
-       echo Entity::hsc($msg);\r
+       echo "<h1>{$title}</h1>\n";\r
+       echo $msg;\r
        echo "</body>\n";\r
        echo "</html>\n";\r
        exit;\r