Ticket #121 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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');

Change History

Changed 3 years ago by mbonetti

  • status changed from new to closed
  • resolution set to fixed

Fixed in [758]. Merci, Dan.

Note: See TracTickets for help on using tickets.