|
|
@@ -55,9 +55,9 @@ def main_search_deep(name = 'Test', search_type = 'title', num = 1):
|
|
|
div += '</ul>'
|
|
|
|
|
|
if search_type == 'title':
|
|
|
- div += get_next_page_bottom('/search_data/{}/' + url_pas(name), num, all_list)
|
|
|
- else:
|
|
|
div += get_next_page_bottom('/search/{}/' + url_pas(name), num, all_list)
|
|
|
+ else:
|
|
|
+ div += get_next_page_bottom('/search_data/{}/' + url_pas(name), num, all_list)
|
|
|
|
|
|
return easy_minify(flask.render_template(skin_check(),
|
|
|
imp = [name, wiki_set(), wiki_custom(), wiki_css(['(' + load_lang('search') + ')', 0])],
|