ImpressCMS/impresscms

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

Summary

Maintainability
Test Coverage

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">

Incorrect end of line character(s) found.
Open

      <{/if}>

Incorrect end of line character(s) found.
Open

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

Incorrect end of line character(s) found.
Open

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

Incorrect end of line character(s) found.
Open

  </tr>

Unexpected spaces found.
Open

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

Incorrect end of line character(s) found.
Open

</table>

Unexpected spaces found.
Open

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

Incorrect end of line character(s) found.
Open

    </td>

Incorrect end of line character(s) found.
Open

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

Unexpected spaces found.
Open

  <{/foreach}>

Incorrect end of line character(s) found.
Open

    <td align="center">

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

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

Incorrect end of line character(s) found.
Open

    <td align="center"><{$user.posts}></td>

Unexpected spaces found.
Open

      <{/if}>

Incorrect end of line character(s) found.
Open

  <{/foreach}>

Unexpected spaces found.
Open

    </td>

Unexpected spaces found.
Open

    <td align="center"><{$user.posts}></td>

Unexpected spaces found.
Open

  </tr>

Unexpected spaces found.
Open

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

There are no issues that match your filters.

Category
Status