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