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 () { ...@@ -386,7 +386,7 @@ $(document).ready(function () {
<tr> <tr>
<td colspan="2"> <td colspan="2">
<label>{{ searchKeywordLabel }} &nbsp; <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> <div style='width: 200px;float:right;'>{{ searchKeywordHelp }}</div>
</label> </label>
...@@ -405,7 +405,7 @@ $(document).ready(function () { ...@@ -405,7 +405,7 @@ $(document).ready(function () {
<tr> <tr>
<td colspan="2"> <td colspan="2">
<label>{{ searchCategoryLabel }} &nbsp; <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> <div style='width: 200px;float:right;'>{{ searchCategoryHelp }}</div>
</label> </label>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter