Skip to content
Snippets Groups Projects
Commit 6cd259d7 authored by Anika Henke's avatar Anika Henke
Browse files

closed hidden input in popularity plugin

parent ecd7c1d6
No related branches found
No related tags found
No related merge requests found
......@@ -137,8 +137,8 @@ class admin_plugin_popularity extends DokuWiki_Admin_Plugin {
.($this->helper->isAutosubmitEnabled() ? 'checked' : '' )
.'/>' . $this->getLang('autosubmit') .'<br />'
.'</label>'
.'<input type="hidden" name="do" value="admin">'
.'<input type="hidden" name="page" value="popularity">';
.'<input type="hidden" name="do" value="admin" />'
.'<input type="hidden" name="page" value="popularity" />';
}
$form .= '<input type="submit" class="button" value="'.$this->getLang('submit').'"/>'
.'</fieldset>'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment