ImpressCMS/impresscms

View on GitHub
htdocs/modules/system/templates/blocks/system_block_newusers.html

Summary

Maintainability
Test Coverage

Incorrect end of line character(s) found.
Open

<{$block.lang_inactiveusers}>: <{$block.inactive}><br />

Unexpected spaces found.
Open

      <{if $xoops_isadmin}><br />(<{$user.login_name}>)<{/if}>

Unexpected spaces found.
Open

      <a href="<{$xoops_url}>/userinfo.php?uid=<{$user.id}>" title="<{$user.name}>"><{$user.name}></a>

Unexpected spaces found.
Open

    <td align="center">

Incorrect end of line character(s) found.
Open

      <img src="<{$user.avatar}>" alt="<{$user.name}>'s avatar" width="32px" /><br />

Unexpected spaces found.
Open

  </tr>

Incorrect end of line character(s) found.
Open

  <{foreach item=user from=$block.users}>

Incorrect end of line character(s) found.
Open

  </tr>

Incorrect end of line character(s) found.
Open

</table>

Unexpected spaces found.
Open

      <br /><{$user.joindate}>

Unexpected spaces found.
Open

    </td>

Incorrect end of line character(s) found.
Open

      <{if $xoops_isadmin}><br />(<{$user.login_name}>)<{/if}>

Incorrect end of line character(s) found.
Open

<{$block.lang_totalusers}>: <{$block.registered}><br />

Unexpected spaces found.
Open

  <{foreach item=user from=$block.users}>

Unexpected spaces found.
Open

      <{/if}>

Incorrect end of line character(s) found.
Open

<{$block.lang_activeusers}>: <{$block.active}><br />

Incorrect end of line character(s) found.
Open

  <tr class="<{cycle values="even,odd"}>" valign="middle">

Incorrect end of line character(s) found.
Open

    <td align="center">

Incorrect end of line character(s) found.
Open

  <{/foreach}>

Unexpected spaces found.
Open

  <tr class="<{cycle values="even,odd"}>" valign="middle">

Incorrect end of line character(s) found.
Open

      <{if $user.avatar != ""}>

Unexpected spaces found.
Open

      <img src="<{$user.avatar}>" alt="<{$user.name}>'s avatar" width="32px" /><br />

Incorrect end of line character(s) found.
Open

<table cellspacing="1px" class="outer">

Unexpected spaces found.
Open

      <{if $user.avatar != ""}>

Incorrect end of line character(s) found.
Open

      <br /><{$user.joindate}>

Unexpected spaces found.
Open

  <{/foreach}>

Incorrect end of line character(s) found.
Open

<{if $block.index_enabled == true}>

Incorrect end of line character(s) found.
Open

      <a href="<{$xoops_url}>/userinfo.php?uid=<{$user.id}>" title="<{$user.name}>"><{$user.name}></a>

Incorrect end of line character(s) found.
Open

      <{/if}>

Incorrect end of line character(s) found.
Open

    </td>

There are no issues that match your filters.

Category
Status