czaks 11 years ago
parent
commit
9a27feca01
  1. 4
      templates/mod/debug/recent_posts.html
  2. 4
      templates/mod/search_results.html

4
templates/mod/debug/recent_posts.html

@ -1,4 +1,4 @@
<table class="modlog">
<table class="modlog" style="word-wrap: break-word;">
<tr>
<th>Time</th>
<th>Board</th>
@ -24,7 +24,7 @@
{% else %}
{% set thread = post.id %}
{% endif %}
<a href="{{ config.root ~ post.board ~ '/' ~ config.dir.res}}{{ config.file_page|sprintf(thread) }}#{{ post.id }}">
<a href="?/{{ post.board ~ '/' ~ config.dir.res}}{{ config.file_page|sprintf(thread) }}#{{ post.id }}">
{{ post.id }}
</a>
</td>

4
templates/mod/search_results.html

@ -169,7 +169,7 @@
{% endif %}
{% if search_type == 'posts' %}
<table class="modlog">
<table class="modlog" style="word-wrap: break-word;">
<tr>
<th>Time</th>
<th>Board</th>
@ -195,7 +195,7 @@
{% else %}
{% set thread = post.id %}
{% endif %}
<a href="{{ config.root ~ post.board ~ '/' ~ config.dir.res}}{{ config.file_page|sprintf(thread) }}#{{ post.id }}">
<a href="?/{{ post.board ~ '/' ~ config.dir.res}}{{ config.file_page|sprintf(thread) }}#{{ post.id }}">
{{ post.id }}
</a>
</td>

Loading…
Cancel
Save