html: small fix to make i18n extraction not break on <script> tags.

This commit is contained in:
Marcin Kuzminski 2016-08-02 22:43:52 +02:00
parent 3129e3fca1
commit 459f2b11d9

View file

@ -77,8 +77,8 @@ ${h.secure_form(url('admin_settings_global'), method='post')}
<div style="padding: 10px 0px"></div>
<div class="textarea text-area">
${h.textarea('rhodecode_pre_code',cols=23,rows=5,class_="medium")}
<span class="help-block">${_('Custom js/css code added at the end of the <header> tag.')}
${_('Use <script> or <css> tags to define custom styling or scripting')}</span>
<span class="help-block">${_('Custom js/css code added at the end of the <header/> tag.')}
${_('Use <script/> or <css/> tags to define custom styling or scripting')}</span>
</div>
</div>
</div>