Index: desktop-options.html |
=================================================================== |
--- a/desktop-options.html |
+++ b/desktop-options.html |
@@ -317,9 +317,11 @@ |
<section class="cols"> |
<h2 class="i18n_options_support_title"></h2> |
<ul> |
- <li id="report-issue" class="i18n_options_report_issue"></li> |
- <li id="report-ad" class="i18n_options_report_ad"></li> |
- <li id="report-bug" class="i18n_options_report_bug"></li> |
+ <li id="report-bug"> |
+ <span class="i18n_options_report_bug"></span> |
+ <span class="i18n_options_email"></span> |
+ <a href="mailto:support@adblockplus.org">support@adblockplus.org</a> |
+ </li> |
Thomas Greiner
2017/11/23 15:02:17
It's a pity that we're left with only the email li
saroyanm
2017/11/23 16:04:32
Seems like the specification is updated -> https:/
|
<li id="visit-forum" class="i18n_options_report_forum"></li> |
</ul> |
</section> |