Skip to content

Commit c0776a4

Browse files
feat(results): add action item to test either www or toplevel domain
1 parent 8d4c1dc commit c0776a4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

interface/templates/base-results.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,7 @@ <h2>{% include "string.html" with name="base_results_next_actions_newstring" %}<
9494
class="visually-hidden"
9595
name="url"
9696
value="{{ prettyaddr_results }}" />
97-
<button class="icon"
98-
type="submit"
99-
aria-label="{% include 'string.html' with name='base test website label' %} {{ prettyaddr_results }}">
97+
<button class="icon" type="submit">
10098
<span class="globe icon">
10199
{% include "string.html" with name="base test website label" %}
102100
{{ prettyaddr_results }}

0 commit comments

Comments
 (0)