diff --git a/functions.php b/functions.php
index 6d3a2cacc..f528edc9b 100644
--- a/functions.php
+++ b/functions.php
@@ -823,11 +823,11 @@
}
/* taaaags */
- // Xorg, //
+ // Xorg, //
$entry_tags = null;
- preg_match_all("/]+)/i",
+ preg_match_all("/([^<]+)<\/a>/i",
$entry_content_unescaped, $entry_tags);
// print "
$entry_title : $entry_content_unescaped
";