aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2009-11-28 21:24:40 +0000
committerAndreas Fischer <bantu@phpbb.com>2009-11-28 21:24:40 +0000
commitedc475b83f6121dd78ff1c84d1ce66697757da36 (patch)
tree39e810660a734b9bf546201ef83411e75cd53414
parent85f062c7d92e5058e2e253db8991d4f4e368c8e5 (diff)
downloadforums-edc475b83f6121dd78ff1c84d1ce66697757da36.tar
forums-edc475b83f6121dd78ff1c84d1ce66697757da36.tar.gz
forums-edc475b83f6121dd78ff1c84d1ce66697757da36.tar.bz2
forums-edc475b83f6121dd78ff1c84d1ce66697757da36.tar.xz
forums-edc475b83f6121dd78ff1c84d1ce66697757da36.zip
Oops. #54705, r10293.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10294 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/styles/prosilver/template/search_results.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/search_results.html b/phpBB/styles/prosilver/template/search_results.html
index f237a8caec..f2a4435103 100644
--- a/phpBB/styles/prosilver/template/search_results.html
+++ b/phpBB/styles/prosilver/template/search_results.html
@@ -138,7 +138,7 @@
<!-- IF NEXT_PAGE --><a href="{NEXT_PAGE}" class="right-box {S_CONTENT_FLOW_END}">{L_NEXT}</a><!-- ENDIF -->
<!-- IF S_SELECT_SORT_DAYS or S_SELECT_SORT_KEY -->
<label><!-- IF S_SHOW_TOPICS -->{L_DISPLAY_POSTS}<!-- ELSE -->{L_SORT_BY}</label><label><!-- ENDIF --> {S_SELECT_SORT_DAYS}<!-- IF S_SELECT_SORT_KEY --></label> <label>{S_SELECT_SORT_KEY}</label>
- <label>{S_SELECT_SORT_DIR} <!-- ENDIF --><input type="submit" name="sort" value="{L_GO}" class="button2" /></label>
+ <label>{S_SELECT_SORT_DIR}<!-- ENDIF --> <input type="submit" name="sort" value="{L_GO}" class="button2" /></label>
<!-- ENDIF -->
</fieldset>