Ticket #1537 (closed defect: fixed)
validateur lib.dc.page.php
Reported by: | brol | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 2.5.3 |
Component: | module:core | Version: | 2.5 |
Severity: | normal | Keywords: | |
Cc: |
Description
\dotclear\inc\admin\lib.dc.page.php ligne 166 (testé avec une 2.6). Remplacer :
'<div class="error"><p><strong>'.(count($core->error->getErrors()) > 1 ? __('Errors:') : __('Error:')).'</p></strong>'.
par :
'<div class="error"><p><strong>'.(count($core->error->getErrors()) > 1 ? __('Errors:') : __('Error:')).'</strong></p>'.
Change History
Note: See
TracTickets for help on using
tickets.
(In [60f769c02574]) Fix html typo, fixes #1537