summaryrefslogtreecommitdiffstats
path: root/system/helpers
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2022-02-11 15:38:58 +0100
committerAndrey Andreev <narf@devilix.net>2022-02-11 15:41:13 +0100
commit6846d26d7b8d7a05d98bf2020f9348beb63d97d7 (patch)
tree71b24a9a8a367b169eb205a7b17f5932068e1c0f /system/helpers
parent61d77ed281390e0de66da3dbdde32d816c021b24 (diff)
[ci skip] Merge pull request #6098 from totoprayogo1916/indent-whitespaces
Minor indentation & whitespace corrections
Diffstat (limited to 'system/helpers')
-rw-r--r--system/helpers/html_helper.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/helpers/html_helper.php b/system/helpers/html_helper.php
index d0a0e7d48..4c54588ef 100644
--- a/system/helpers/html_helper.php
+++ b/system/helpers/html_helper.php
@@ -133,7 +133,6 @@ if ( ! function_exists('_list'))
// Write the opening list tag
.'<'.$type._stringify_attributes($attributes).">\n";
-
// Cycle through the list elements. If an array is
// encountered we will recursively call _list()