diff options
Diffstat (limited to 'searx/templates')
| -rw-r--r-- | searx/templates/simple/result_templates/paper.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/templates/simple/result_templates/paper.html b/searx/templates/simple/result_templates/paper.html index 3ede1b250..54704c866 100644 --- a/searx/templates/simple/result_templates/paper.html +++ b/searx/templates/simple/result_templates/paper.html @@ -13,8 +13,8 @@ .{{- result.number -}} {%- endif -%} {%- endif -%} - {%- if result.start_page -%} - {{- result.start_page -}} / {{- result.end_page -}} + {%- if result.pages -%} + {{- result.pages -}} {%- endif -%} </span> </div> |