// Merge -> revision 8800
This commit is contained in:
@@ -95,7 +95,7 @@ class BlockCategories extends Module
|
||||
public function displayForm()
|
||||
{
|
||||
return '
|
||||
<form action="'.$_SERVER['REQUEST_URI'].'" method="post">
|
||||
<form action="'.Tools::safeOutput($_SERVER['REQUEST_URI']).'" method="post">
|
||||
<fieldset>
|
||||
<legend><img src="'.$this->_path.'logo.gif" alt="" title="" />'.$this->l('Settings').'</legend>
|
||||
<label>'.$this->l('Maximum depth').'</label>
|
||||
|
||||
Reference in New Issue
Block a user