diff --git a/share/html/Search/Elements/BuildFormatString b/share/html/Search/Elements/BuildFormatString
index 58776688cda..5653ecc6800 100644
--- a/share/html/Search/Elements/BuildFormatString
+++ b/share/html/Search/Elements/BuildFormatString
@@ -329,6 +329,10 @@ elsif ( $AddCol ) {
$column{Prefix} .= q{};
$column{Suffix} .= "";
}
+ elsif ( $Link eq "Basics" ) {
+ $column{Prefix} .= q{};
+ $column{Suffix} .= "";
+ }
}
if ($Title) {
diff --git a/share/html/Search/Elements/EditFormat b/share/html/Search/Elements/EditFormat
index c76df300d8e..1d10531bb87 100644
--- a/share/html/Search/Elements/EditFormat
+++ b/share/html/Search/Elements/EditFormat
@@ -119,6 +119,7 @@ jQuery( function() {
+
% }