mirror of
https://github.com/e107inc/e107.git
synced 2025-08-29 09:10:23 +02:00
Issue #5465 Fix single quotes.
This commit is contained in:
@@ -51,7 +51,7 @@ If you set a start and/or end date your news item will only be displayed between
|
||||
break;
|
||||
case 'list' :
|
||||
default :
|
||||
$text = 'List of all news items. To edit or delete, click on one of the icons in the 'options' column. To view the item, click
|
||||
on the ID.';
|
||||
$text = "List of all news items. To edit or delete, click on one of the icons in the 'options' column. To view the item, click
|
||||
on the ID.";
|
||||
}
|
||||
$ns -> tablerender($caption, $text);
|
||||
e107::getRender()->tablerender($caption, $text);
|
||||
|
Reference in New Issue
Block a user