summaryrefslogtreecommitdiffstats
path: root/templates/show_clean_catalog.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_clean_catalog.inc.php')
-rw-r--r--templates/show_clean_catalog.inc.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/show_clean_catalog.inc.php b/templates/show_clean_catalog.inc.php
index 1d7acfd6..23eab269 100644
--- a/templates/show_clean_catalog.inc.php
+++ b/templates/show_clean_catalog.inc.php
@@ -28,9 +28,9 @@
show_box_top();
/* HINT: Catalog Name */
-printf(_('Cleaning the %s Catalog'), "<strong>[" . $this->name . "]</strong>");
+printf(_('Cleaning the %s Catalog'), "<strong>[ $this->name ]</strong>");
echo "...<br />";
-echo _('Checking') . ": <span id=\"clean_count_" . $this->id . "\"></span>\n<br />";
-echo _('Reading') . ":<span id=\"clean_dir_" . $this->id . "\"></span><br />";
+echo _('Checking') . ': <span id="clean_count_' . $this->id . '"></span><br />';
+echo _('Reading') . ':<span id="clean_dir_' . $this->id . '"></span><br />';
show_box_bottom();
?>