Skip to content
Snippets Groups Projects
Commit 5d2e38cb authored by Andreas Gohr's avatar Andreas Gohr
Browse files

use lower case class names

parent 220b8a20
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ class Admin extends Ui {
*/
public function show() {
$this->menu = $this->getPluginList();
echo '<div class="UI-admin">';
echo '<div class="ui-admin">';
echo p_locale_xhtml('admin');
$this->showSecurityCheck();
$this->showAdminMenu();
......
.dokuwiki div.UI-admin {
.dokuwiki div.ui-admin {
/* main task grouped in two columns */
ul.admin_tasks {
......
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