Skip to content
Extraits de code Groupes Projets
Valider 99fa74dd rédigé par mattab's avatar mattab
Parcourir les fichiers

* Fixing over escaping

Refs #4019
parent 0232067c
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -386,7 +386,7 @@ $(document).ready(function () {
<tr>
<td colspan="2">
<label>{{ searchKeywordLabel }} &nbsp;
<input type="text" size="15" id="globalSearchKeywordParameters" value="{{ globalSearchKeywordParameters|e('html_attr') }}"/>
<input type="text" size="15" id="globalSearchKeywordParameters" value="{{ globalSearchKeywordParameters|raw }}"/>
<div style='width: 200px;float:right;'>{{ searchKeywordHelp }}</div>
</label>
......@@ -405,7 +405,7 @@ $(document).ready(function () {
<tr>
<td colspan="2">
<label>{{ searchCategoryLabel }} &nbsp;
<input type="text" size="15" id="globalSearchCategoryParameters" value="{{ globalSearchCategoryParameters|e('html_attr') }}"/>
<input type="text" size="15" id="globalSearchCategoryParameters" value="{{ globalSearchCategoryParameters|raw }}"/>
<div style='width: 200px;float:right;'>{{ searchCategoryHelp }}</div>
</label>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter