diff options
| author | lsces <lester@lsces.co.uk> | 2014-05-31 21:23:49 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-05-31 21:23:49 +0100 |
| commit | e183de9c4d97e670b850929c7ff1152fab01d6d1 (patch) | |
| tree | 5d201181d0058f961ed30d7566b8ea0ea2a92c0d /liberty_plugins | |
| parent | 4753d5552aa9cb66c3cdc10387d2a490d41f7a42 (diff) | |
| download | articles-e183de9c4d97e670b850929c7ff1152fab01d6d1.tar.gz articles-e183de9c4d97e670b850929c7ff1152fab01d6d1.tar.bz2 articles-e183de9c4d97e670b850929c7ff1152fab01d6d1.zip | |
PSR trial tidyup. Drop trailing ?> and tidy legacy bracing.
Diffstat (limited to 'liberty_plugins')
| -rw-r--r-- | liberty_plugins/data.articles.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/liberty_plugins/data.articles.php b/liberty_plugins/data.articles.php index 99bdc16..5009a7a 100644 --- a/liberty_plugins/data.articles.php +++ b/liberty_plugins/data.articles.php @@ -42,7 +42,8 @@ $gLibertySystem->registerPlugin( PLUGIN_GUID_DATAARTICLES, $pluginParams ); $gLibertySystem->registerDataTag( $pluginParams['tag'], PLUGIN_GUID_DATAARTICLES ); // Help Routine -function data_articles_help() { +function data_articles_help() +{ $help = '<table class="data help">' .'<tr>' @@ -150,4 +151,3 @@ function data_articles($data, $params) { // No change in the parameters with Cly return "<div class=error>The articles package is not active.</div>"; } } -?> |
