html: small fix to make i18n extraction not break on <script> tags.
This commit is contained in:
parent
3129e3fca1
commit
459f2b11d9
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue