Ticket #121 (closed defect: fixed)
title "Recent elements" is broken in french (accent)
| Reported by: | dan | Owned by: | mbonetti |
|---|---|---|---|
| Priority: | normal | Milestone: | Gregarius 0.5.5 |
| Component: | BUGS | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
It seems result from last index.php modification, with this patch it returns to normal :
Index: index.php =================================================================== --- index.php (revision 757) +++ index.php (working copy) @@ -116,7 +116,6 @@
_pf('read items'); $readItems = new ItemList?();
- $readItems -> setRenderOptions(IL_TITLE_NO_ESCAPE);
if (getConfig('rss.config.feedgrouping')) {
$sql = "select "
@@ -160,7 +159,8 @@
$readItems -> setTitle(LBL_H2_RECENT_ITEMS);
- + $readItems -> setRenderOptions(IL_TITLE_NO_ESCAPE); +
$GLOBALSrss? -> appendContentObject($readItems); _pf('end read items');
