Index: sitescripts/reports/template/submitSuccess.html |
=================================================================== |
--- a/sitescripts/reports/template/submitSuccess.html |
+++ b/sitescripts/reports/template/submitSuccess.html |
@@ -18,15 +18,15 @@ |
<html xmlns="http://www.w3.org/1999/xhtml"> |
<head> |
<title>Report submission</title> |
</head> |
<body> |
{% if knownIssues -%} |
<p><strong>%KNOWNISSUE%</strong> |
{%- for issue in knownIssues -%} |
- <br /><a href="{{issue}}">{{issue}}</a> |
+ <br /><a target="_top" href="{{issue}}">{{issue}}</a> |
{%- endfor -%} |
</p> |
{%- endif %} |
- <p>%CONFIRMATION% <a id="link" href="{{url}}">{{url}}</a></p> |
+ <p>%CONFIRMATION% <a id="link" target="_top" href="{{url}}">{{url}}</a></p> |
</body> |
</html> |