diff options
| author | ivan <ivan> | 2011-08-18 22:55:18 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2011-08-18 22:55:18 +0000 |
| commit | b6bc5ec4b7b04c923aea67ff6483c2a677fef399 (patch) | |
| tree | 11543bfcff81d8d044b1eed756875328eae3d7d3 | |
| parent | 751a0cef5b7cf6e96edcd9112c13d01a244bacff (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> % } % } % |
