Explorar o código

delete unnecessary #

Shun Miyazawa %!s(int64=4) %!d(string=hai) anos
pai
achega
53d32b727a

+ 1 - 1
packages/app/src/server/views/widget/not_found_content.html

@@ -17,7 +17,7 @@
 
     {% if getConfig('crowi', 'customize:isEnabledAttachTitleHeader') %}
     {% if template %}
-    <script type="text/template" id="raw-text-original"># {{ attachTitleHeader(path | path2name | preventXss) }}&NewLine;{{ template }}</script>
+    <script type="text/template" id="raw-text-original">{{ attachTitleHeader(path | path2name | preventXss) }}&NewLine;{{ template }}</script>
     {% else %}
     <script type="text/template" id="raw-text-original">{{ attachTitleHeader(path | path2name | preventXss) }}</script>
     {% endif %}