Skip to content

Commit

Permalink
use lower case class names
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed Jan 31, 2017
1 parent 220b8a2 commit 5d2e38c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inc/Ui/Admin.php
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion lib/tpl/dokuwiki/css/_admin.less
@@ -1,4 +1,4 @@
.dokuwiki div.UI-admin {
.dokuwiki div.ui-admin {

/* main task grouped in two columns */
ul.admin_tasks {
Expand Down

0 comments on commit 5d2e38c

Please sign in to comment.