Dotclear


Ignore:
Timestamp:
08/17/13 11:28:35 (11 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Forgot a bracket in comments.php yesterday :-P

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/comments.php

    r1420 r1424  
    192192          if (!$with_spam || ($status != -2)) { 
    193193               if ($spam_count == 1) { 
    194                     echo '<p>'.sprintf(__('You have one spam comments.'),'<strong>'.$spam_count.'</strong>').' '. 
     194                    echo '<p>'.sprintf(__('You have one spam comment.'),'<strong>'.$spam_count.'</strong>').' '. 
    195195                    '<a href="comments.php?status=-2">'.__('Show it.').'</a></p>'; 
    196196               } elseif ($spam_count > 1) { 
     
    201201           
    202202          echo 
     203               '<p class="no-margin">'. 
    203204               $core->formNonce(). 
    204205               '<input name="delete_all_spam" class="delete" type="submit" value="'.__('Delete all spams').'" /></p>'; 
     
    208209 
    209210          echo '</form>'; 
     211     } 
    210212 
    211213     # Filters 
     
    245247      
    246248     '</div>'. 
    247      '<p class="no-margin"><input type="submit" value="'.__('Apply filters').'" /></p>'. 
    248      '<br class="clear" />'. //Opera sucks 
     249     '<p><input type="submit" value="'.__('Apply filters').'" />'. 
     250     '<br class="clear" /></p>'. //Opera sucks 
    249251     '</form>'; 
    250       
    251      } 
    252252      
    253253     # Show comments 
Note: See TracChangeset for help on using the changeset viewer.

Sites map