// Fix PSCFV-3933

This commit is contained in:
rGaillard
2012-09-06 15:43:45 +00:00
parent ce61ea1efc
commit b3243a3815
14 changed files with 40 additions and 41 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ class Blocktopmenu extends Module
<div style="display: none">
<label>'.$this->l('Items').'</label>
<div class="margin-form">
<input type="text" name="items" id="itemsInput" value="'.Configuration::get('MOD_BLOCKTOPMENU_ITEMS').'" size="70" />
<input type="text" name="items" id="itemsInput" value="'.Tools::safeOutput(Configuration::get('MOD_BLOCKTOPMENU_ITEMS')).'" size="70" />
</div>
</div>