XoopsModules25x/about

View on GitHub

Showing 434 of 434 total issues

Rule doesn't have all its properties in alphabetical order.
Open

.treeview, .treeview ul {

Rule doesn't have all its properties in alphabetical order.
Open

.treeview .placeholder {

Rule doesn't have all its properties in alphabetical order.
Open

.treeview .hitarea {

Element (li.collapsable) is overqualified, just use .collapsable without element name.
Open

.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

Element (div.lastCollapsable-hitarea) is overqualified, just use .lastCollapsable-hitarea without element name.
Open

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

Rule doesn't have all its properties in alphabetical order.
Open

#treecontrol { margin: 1em 0; display: none; }

Don't use IDs in selectors.
Open

#treecontrol { margin: 1em 0; display: none; }

Element (div.lastExpandable-hitarea) is overqualified, just use .lastExpandable-hitarea without element name.
Open

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

Don't use IDs in selectors.
Open

body#about label, body#about input[type='radio']{
Severity: Minor
Found in assets/css/admin_style.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }

Line indented incorrectly; expected 4 spaces, found 8
Open

        }
Severity: Minor
Found in preloads/autoloader.php by phpcodesniffer

No space found after comma in function call
Open

    $page_text             = $myts->displayTarea(trim($v['page_text']), 1,1,1,1,1);
Severity: Minor
Found in index.php by phpcodesniffer

Line indented incorrectly; expected 0 spaces, found 4
Open

    }
Severity: Minor
Found in preloads/autoloader.php by phpcodesniffer

No space found after comma in function call
Open

    $page_text             = $myts->displayTarea(trim($v['page_text']), 1,1,1,1,1);
Severity: Minor
Found in index.php by phpcodesniffer

No space found after comma in function call
Open

        $page['page_text'] = $myts->undoHtmlSpecialChars($myts->displayTarea($page['page_text'], 1,1,1,1,1));
Severity: Minor
Found in index.php by phpcodesniffer

Line indented incorrectly; expected 0 spaces, found 4
Open

    static function ($class) {
Severity: Minor
Found in preloads/autoloader.php by phpcodesniffer

No space found after comma in function call
Open

    $page_text             = $myts->displayTarea(trim($v['page_text']), 1,1,1,1,1);
Severity: Minor
Found in index.php by phpcodesniffer

Line indented incorrectly; expected 4 spaces, found 8
Open

        if (is_file($file)) {
Severity: Minor
Found in preloads/autoloader.php by phpcodesniffer

Space before opening parenthesis of function call prohibited
Open

        $result = $GLOBALS['xoopsDB']->queryF("INSERT INTO $table (" . implode(', ', array_keys($tempTable)) . ") VALUES ('" . implode("', '", $tempTable) . "')") or exit ($GLOBALS['xoopsDB']->error());
Severity: Minor
Found in class/Common/SysUtility.php by phpcodesniffer

Line indented incorrectly; expected 4 spaces, found 8
Open

        }
Severity: Minor
Found in preloads/autoloader.php by phpcodesniffer
Severity
Category
Status
Source
Language