Skip to content

Commit b61663b

Browse files
authored
Merge pull request readthedocs#6274 from stsewd/fix-footer
Fix footer
2 parents 0e97aa4 + 61b1082 commit b61663b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/api/v2/templates/restapi/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<dl>
8282
<dt>{% trans "On GitHub" %}</dt>
8383
<dd>
84-
<a href="{{ github_view_url }}">{% trans "View" }</a>
84+
<a href="{{ github_view_url }}">{% trans "View" %}</a>
8585
</dd>
8686
{% if version.is_editable %}
8787
<dd>

0 commit comments

Comments
 (0)