diff --git a/e107_handlers/search/search_comment.php b/e107_handlers/search/search_comment.php
index b3d5869d1..4420c8810 100644
--- a/e107_handlers/search/search_comment.php
+++ b/e107_handlers/search/search_comment.php
@@ -48,7 +48,7 @@ foreach ($search_prefs['comments_handlers'] as $h_key => $value) {
$search_fields = array('c.comment_comment', 'c.comment_author_name');
$weights = array('1.2', '0.6');
-$no_results = LAN_198;
+$no_results = "
".LAN_198."
"; //LAN_198;
$where = "comment_type IN (".implode(',', $in).") AND".$advanced_where;
$order = array('comment_datestamp' => 'DESC');
$table = "comments AS c ".implode(' ', $join);
diff --git a/search.php b/search.php
index 017934563..e71c74ec7 100644
--- a/search.php
+++ b/search.php
@@ -817,8 +817,8 @@ class search_front extends e_shortcode
// }
// print_a($ps);
-
- $text .= '';
+ $idkey = str_replace('_', '-', $key);
+ $text .= '';
$text .= $ps['text'];
$text .= '
';
$results = $ps['results'];