diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-06-03 22:11:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-06-03 22:11:33 -0400 |
commit | 18b0aa1f13b61f460b4775567df909fa6d8d2e50 (patch) | |
tree | 3cba90f2918e1024669dabd195cc03dc63c5c124 /templates | |
parent | 02357b0b32decfa2214c8c2fada529b44fceee0e (diff) | |
download | ikiwiki-18b0aa1f13b61f460b4775567df909fa6d8d2e50.tar ikiwiki-18b0aa1f13b61f460b4775567df909fa6d8d2e50.tar.gz |
prettify page names, and drop the redunadant url display
Diffstat (limited to 'templates')
-rw-r--r-- | templates/searchquery.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/searchquery.tmpl b/templates/searchquery.tmpl index dd12d2970..33a7cb6fa 100644 --- a/templates/searchquery.tmpl +++ b/templates/searchquery.tmpl @@ -76,7 +76,6 @@ $if{$field{size},<span title="$html{$field{size}} bytes">Size: <b>$html{$filesiz </td> <td><B><A HREF="$field{url}">$html{$or{$field{caption},$field{title},$field{url},Untitled}}</A></B><BR> <small>$highlight{$field{sample},$terms}$if{$field{sample},...}</small><br> -<A HREF="$field{url}">$html{$field{url}}</A><br> <small> $percentage% relevant$. matching: <i>$list{$map{$terms,$html{$prettyterm{$_}}},$. ,</i> and <i>}</i></small>${for lynx:}<p></td></tr>} |