diff options
-rw-r--r-- | modules/local_import/views/local_import_tree.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/local_import/views/local_import_tree.html.php b/modules/local_import/views/local_import_tree.html.php index b028cfa1..b664c679 100644 --- a/modules/local_import/views/local_import_tree.html.php +++ b/modules/local_import/views/local_import_tree.html.php @@ -16,7 +16,7 @@ $("#<?= $uid ?>").ready(function() { <? if (!empty($file_info["is_dir"])): ?> <span class="ui-icon ui-icon-plus" ref="<?= $file ?>"></span> <? endif ?> - <?= "<label>" . form::checkbox("checkbox", $file) . " $file</label>" ?> + <label> <?= form::checkbox("checkbox", $file) . " $file" ?> </label> </li> <? endforeach ?> </ul> |