diff --git a/bl-plugins/archive/plugin.php b/bl-plugins/archive/plugin.php
index c8c43055..3cd00920 100644
--- a/bl-plugins/archive/plugin.php
+++ b/bl-plugins/archive/plugin.php
@@ -44,7 +44,7 @@ class pluginArchives extends Plugin
$html = '
';
$html .= '
' . $this->getValue('label') . '
';
$html .= '
';
- $html .= '
';
+ $html .= '';
// By default the database of tags are alphanumeric sorted
foreach ($archives->db as $key => $fields) {
@@ -52,7 +52,7 @@ class pluginArchives extends Plugin
($this->getValue('monthly') && strlen($key) != 4)
|| (!$this->getValue('monthly') && strlen($key) == 4)
) {
- $html .= '- ';
+ $html .= '
- ';
$html .= '';
$html .= $fields['name'];
$html .= '';
diff --git a/bl-plugins/tags/plugin.php b/bl-plugins/tags/plugin.php
index 7f599e99..850710b9 100644
--- a/bl-plugins/tags/plugin.php
+++ b/bl-plugins/tags/plugin.php
@@ -34,7 +34,7 @@ class pluginTags extends Plugin
$html = '