Dotclear

Changeset 1528:41b40915bb82 for admin


Ignore:
Timestamp:
08/23/13 10:22:58 (11 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Typo and semantic html tags fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/comments.php

    r1514 r1528  
    193193               if ($spam_count == 1) { 
    194194                    echo '<p>'.sprintf(__('You have one spam comment.'),'<strong>'.$spam_count.'</strong>').' '. 
    195                     '<a href="comments.php?status=-2">'.__('Show it.').'</a></p>'; 
     195                    '<a href="comments.php?status=-2">'.__('Show it.').'</a>.</p>'; 
    196196               } elseif ($spam_count > 1) { 
    197197                    echo '<p>'.sprintf(__('You have %s spam comments.'),'<strong>'.$spam_count.'</strong>').' '. 
    198                     '<a href="comments.php?status=-2">'.__('Show them.').'</a></p>'; 
     198                    '<a href="comments.php?status=-2">'.__('Show them.').'</a>.</p>'; 
    199199               } 
    200200          } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map