1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-21 21:57:34 +02:00

Regex fixes and path fix for TinyMce.

This commit is contained in:
Cameron
2020-12-18 13:07:45 -08:00
parent 5988595989
commit 7238743542
9 changed files with 13 additions and 10 deletions

View File

@@ -52,6 +52,6 @@ If you set a start and/or end date your news item will only be displayed between
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 title.';
on the ID.';
}
$ns -> tablerender($caption, $text);