diff options
author | ivan <ivan> | 2011-08-18 22:55:19 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-08-18 22:55:19 +0000 |
commit | 1e5db35fac1efb929a00e7f1e3b17fe4046b54a2 (patch) | |
tree | e8ec835474f5dc5eba92c3207da61cd59a70a136 | |
parent | b00cb41411f82ce689308240e47fef1104a2ee0e (diff) |
BR before "None found" search message
-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> % } % } % |