diff options
author | ivan <ivan> | 2011-08-18 22:55:17 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-08-18 22:55:17 +0000 |
commit | 7eacf77ffb9982f7048e4b73ecd9ca99901ae46a (patch) | |
tree | 1a42dd7a3359cb9f514e617621b25fb805c20d6e /httemplate | |
parent | b146ab39487ec278f895ec502e50db6cc31ea94a (diff) |
BR before "None found" search message
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/search/elements/search-html.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/elements/search-html.html b/httemplate/search/elements/search-html.html index 32f26e866..8e6546cf8 100644 --- a/httemplate/search/elements/search-html.html +++ b/httemplate/search/elements/search-html.html @@ -78,7 +78,7 @@ % unless ( $total ) { % unless ( $opt{'disable_nonefound'} ) { - No matching <% $opt{'name'} %> found.<BR> + <BR><BR>No matching <% $opt{'name'} %> found.<BR> % } % } % |