Index: sitescripts/reports/template/submitSuccess.html |
=================================================================== |
--- a/sitescripts/reports/template/submitSuccess.html |
+++ b/sitescripts/reports/template/submitSuccess.html |
@@ -15,14 +15,18 @@ |
- along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
--> |
<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> |
+ {%- endfor -%} |
+ </p> |
+ {%- endif %} |
<p>%CONFIRMATION% <a id="link" href="{{url}}">{{url}}</a></p> |
- {% if knownIssues -%} |
- <p>%KNOWNISSUE% {% for issue in knownIssues %}<br /><a href="{{issue}}">{{issue}}</a>{% endfor %}</p> |
- {%- endif %} |
</body> |
</html> |