summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2020-01-11 05:53:23 +0000
committerKatolaZ <katolaz@freaknet.org>2020-01-11 05:53:23 +0000
commit665f032bba52391a3cd9f654efac16e3a9183bbf (patch)
tree6d7881005db02a17699eea05e855a61aa7300c9b
parentee4e97c4355b044203be1fe48e897270a866a8ad (diff)
remove explicit target from links
-rwxr-xr-xsearch_cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/search_cgi b/search_cgi
index 618b01f..969b070 100755
--- a/search_cgi
+++ b/search_cgi
@@ -5,7 +5,7 @@ printlines (){
echo "<ul>\n"
l=$(echo "$@" | tr ' ' '\n')
for r in $l; do
- echo "<li><div><a href=\"$r\" target='new'>$r</a></div></li>\n"
+ echo "<li><div><a href=\"$r\" >$r</a></div></li>\n"
done
echo "</ul>\n"
}