Dotclear


Ignore:
Timestamp:
08/19/13 21:13:24 (12 years ago)
Author:
Denis Jean-Christian <contact@…>
Branch:
2.5
Message:

Fix html tags order for antispam on dashboard icon, fixes #1561

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/antispam/inc/lib.dc.antispam.php

    r1179 r1478  
    7575          if (($count = self::countSpam($core)) > 0) { 
    7676               $str = ($count > 1) ? __('(including %d spam comments)') : __('(including %d spam comment)'); 
    77                $icons['comments'][0] .= '</a> <br /><a href="comments.php?status=-2"><span>'.sprintf($str,$count).'</span>'; 
     77               $icons['comments'][0] .= '</span></a> <br /><a href="comments.php?status=-2"><span>'.sprintf($str,$count); 
    7878          } 
    7979     } 
     
    8383          if (($count = self::countSpam($core)) > 0) { 
    8484               $str = ($count > 1) ? __('(including %d spam comments)') : __('(including %d spam comment)'); 
    85                return '</a> <br /><a href="comments.php?status=-2"><span>'.sprintf($str,$count).'</span>'; 
     85               return '</span></a> <br /><a href="comments.php?status=-2"><span>'.sprintf($str,$count); 
    8686          } else { 
    8787               return ''; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map