diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/base/report/_inspect.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/web/base/report/_inspect.html b/templates/web/base/report/_inspect.html index 9626ee669..91c2a8ad5 100644 --- a/templates/web/base/report/_inspect.html +++ b/templates/web/base/report/_inspect.html @@ -16,9 +16,7 @@ [% IF permissions.report_inspect AND problem.user.phone %] <p> <strong>[% loc('Phone Reporter:') %]</strong> - <span class="js-report-id"> - <a href="tel:[% problem.user.phone %]">[% problem.user.phone %]</a> - </span> + <a href="tel:[% problem.user.phone | html %]">[% problem.user.phone | html %]</a> </p> [% END %] <p> |