1
0
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:
camer0n
2025-04-04 18:44:23 -07:00
parent 31e7d1d3b0
commit 9f40b4d8a9
4 changed files with 16 additions and 16 deletions

View File

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