diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-04-01 05:49:18 +0300 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-04-01 05:49:18 +0300 |
| commit | 614bd26cb34b9b340e327d4b80927353bb5a5d0a (patch) | |
| tree | 8d03df6a3f65eb13fa8d9ce8cb16cc27f46faaf2 /templates/results.html | |
| parent | c6bdeecb2a8869fd7684fc56ed0047611d327cfc (diff) | |
| download | omnisearch-614bd26cb34b9b340e327d4b80927353bb5a5d0a.tar.gz | |
refactor: internationalise pagination and clean up related code
Diffstat (limited to 'templates/results.html')
| -rw-r--r-- | templates/results.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/results.html b/templates/results.html index 4ce7496..54ac195 100644 --- a/templates/results.html +++ b/templates/results.html @@ -118,8 +118,8 @@ {{info[2]|safe}} </p> <a class="read-more" href="{{info[3]}}"> - {{l("read_more")}} - </a> + {{l("read_more")}} + </a> </div> </div> </section> @@ -129,4 +129,4 @@ </div> </body> -</html> +</html>
\ No newline at end of file |
