summaryrefslogtreecommitdiff
path: root/tbc_error_page/templates/error.html
diff options
context:
space:
mode:
Diffstat (limited to 'tbc_error_page/templates/error.html')
-rw-r--r--tbc_error_page/templates/error.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbc_error_page/templates/error.html b/tbc_error_page/templates/error.html
index ee4c415..5323efb 100644
--- a/tbc_error_page/templates/error.html
+++ b/tbc_error_page/templates/error.html
@@ -26,7 +26,7 @@
<tr>
{% if errors.is_deliberate == 0 %}
- <td><a href = {{ errors.chapter_url }} target = "_blank"> {{ errors.chapter_name }} </a></td>
+ <td><a href = {{ errors.chapter_url }} target = "blank"> {{ errors.chapter_name }} </a></td>
<td> {{ errors.number_of_errors }} </td>
<td> <input type = "checkbox" name = "deliberate" value = "{{ errors.chapter_url }}">
{% endif %}