summaryrefslogtreecommitdiff
path: root/tbc_error_page/templates/broken.html
diff options
context:
space:
mode:
Diffstat (limited to 'tbc_error_page/templates/broken.html')
-rw-r--r--tbc_error_page/templates/broken.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbc_error_page/templates/broken.html b/tbc_error_page/templates/broken.html
index e25395e..1b7a05f 100644
--- a/tbc_error_page/templates/broken.html
+++ b/tbc_error_page/templates/broken.html
@@ -17,7 +17,7 @@
{% for broken_data in broken %}
<tr>
<td> {{ forloop.counter }} </td>
- <td> <a href = {{ broken_data.broken_url }} target = ""> {{ broken_data.broken_url }} </a> </td>
+ <td> <a href = {{ broken_data.broken_url }} target = "blank"> {{ broken_data.broken_url }} </a> </td>
<td><b> {{ broken_data.error_status }} </b> error </td>
</tr>
{% endfor %}