ImpressCMS/impresscms

View on GitHub
htdocs/modules/system/language/english/admin/preferences.php

Summary

Maintainability
C
1 day
Test Coverage

File preferences.php has 632 lines of code (exceeds 250 allowed). Consider refactoring.
Open

<?php
// $Id: preferences.php 12227 2013-07-19 08:07:21Z fiammy $
// %%%%%% Admin Module Name AdminGroup %%%%%
// dont change
if (!defined('_AM_DBUPDATED')) {
Severity: Major
Found in htdocs/modules/system/language/english/admin/preferences.php - About 1 day to fix

    Expected 1 newline at end of file; 0 found
    Open

    define("_MD_AM_ENC_GOST", "Gost");

    Unexpected spaces found.
    Open

     * Tags with no attributes and no content, and that are not empty elements (remove \<a\>\</a\> but not \<br /\>), and<br />

    Unexpected spaces found.
    Open

       o Elements with the id or name attribute, when those attributes are permitted on those elements.<br /><br />

    Unexpected spaces found.
    Open

        http://player.vimeo.com/video/ - Allow Vimeo videos<br />

    Unexpected spaces found.
    Open

        http://www.youtube.com/embed/ - Allow YouTube videos<br />

    Unexpected spaces found.
    Open

        http://www.youtube.com/embed/|http://player.vimeo.com/video/ - Allow both<br /><br />HTML Safe Iframe must be enabled for this to work.");

    Unexpected spaces found.
    Open

     * Tags with no content, except for:<br />

    Unexpected spaces found.
    Open

        Here are some example values:<br /><br />

    Unexpected spaces found.
    Open

       o The colgroup element, or<br />

    There are no issues that match your filters.

    Category
    Status