diff options
| author | Lester Caine <lester@lsces.co.uk> | 2006-02-08 13:19:58 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2006-02-08 13:19:58 +0000 |
| commit | a8aa8d670b0840398b7544d9ea97adf582617e4f (patch) | |
| tree | 7271dde67a312f8bac347730efedfe32a83cfece /templates | |
| parent | afa0807ee31d9e7a9c3f615bf80a5c5b20176e2f (diff) | |
| download | search-a8aa8d670b0840398b7544d9ea97adf582617e4f.tar.gz search-a8aa8d670b0840398b7544d9ea97adf582617e4f.tar.bz2 search-a8aa8d670b0840398b7544d9ea97adf582617e4f.zip | |
Correct display of package discriptions
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/search.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/search.tpl b/templates/search.tpl index 0e95c4a..f6f32cc 100644 --- a/templates/search.tpl +++ b/templates/search.tpl @@ -11,7 +11,7 @@ {forminput} <select name="where" id="where"> <option value="pages">{tr}Entire Site{/tr}</option> - {html_options output=$contentTypes values=$contentTypes} + {html_options output=$contentDescriptions values=$contentTypes} </select> {formhelp note="Limit search to the selected Liberty package"} {/forminput} |
