Dotclear


Ignore:
Timestamp:
08/19/13 15:22:41 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Fixes typo and other html mistakes. Thanks to brol.
Fixes #1477
Fixes #1479
Fixes #1480
Fixes #1481

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/antispam/index.php

    r1423 r1474  
    170170     if ($moderationTTL != null && $moderationTTL >=0) { 
    171171          echo '<p>'.sprintf(__('All spam comments older than %s day(s) will be automatically deleted.'), $moderationTTL).' '. 
    172           sprintf(__('You can modify this duration in the %s'),'<a href="blog_pref.php#antispam_moderation_ttl"> '.__('Blog preferences').'</a>'). 
     172          sprintf(__('You can modify this duration in the %s'),'<a href="blog_pref.php#antispam_moderation_ttl"> '.__('Blog settings').'</a>'). 
    173173               '</p>'; 
    174174     } 
     
    212212          '<td class="nowrap">'.form::checkbox(array('filters_active[]'),$fid,$f->active, '', '', false, 'title="'.__('Active').'"').'</td>'. 
    213213          '<td class="nowrap">'.form::checkbox(array('filters_auto_del[]'),$fid,$f->auto_delete, '', '', false, 'title="'.__('Auto Del.').'"').'</td>'. 
    214           '<td class="nowrap" scope="raw">'.$f->name.'</td>'. 
     214          '<td class="nowrap" scope="row">'.$f->name.'</td>'. 
    215215          '<td class="maximal">'.$f->description.'</td>'. 
    216216          '<td class="status">'.$gui_link.'</td>'. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map