From 8f3e2b2e5c62a6130f6c8867ab335fb4c1a32c5c Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 4 Mar 2016 20:10:34 -0500 Subject: Helper refactoring --- app/Template/config/plugins.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'app/Template/config/plugins.php') diff --git a/app/Template/config/plugins.php b/app/Template/config/plugins.php index 4a263ce7..04b3f095 100644 --- a/app/Template/config/plugins.php +++ b/app/Template/config/plugins.php @@ -17,14 +17,14 @@ getPluginHomepage()): ?> - e($plugin->getPluginName()) ?> + text->e($plugin->getPluginName()) ?> - e($plugin->getPluginName()) ?> + text->e($plugin->getPluginName()) ?> - e($plugin->getPluginAuthor()) ?> - e($plugin->getPluginVersion()) ?> - e($plugin->getPluginDescription()) ?> + text->e($plugin->getPluginAuthor()) ?> + text->e($plugin->getPluginVersion()) ?> + text->e($plugin->getPluginDescription()) ?> \ No newline at end of file -- cgit v1.2.3