diff --git a/templates/index.mako b/templates/index.mako index ccc5d28..2d1e9b9 100644 --- a/templates/index.mako +++ b/templates/index.mako @@ -116,9 +116,9 @@ % endif % if result.violation: -

${get_page_link()} is a suspected violation of ${result.url | urlstrip, h}.

+

${get_page_link() | trim} is a suspected violation of ${result.url | urlstrip, h}.

% else: -

No violations detected in ${get_page_link()}.

+

No violations detected in ${get_page_link() | trim}.

% endif