Skip to content

Commit e31d71b

Browse files
ben-beauhurstclaudep
authored andcommitted
Typo fix.
1 parent f927ea2 commit e31d71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linkcheck/templates/linkcheck/report.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ <h3 style='display: inline; padding-left: 5px;'>{{report_type}} in '{{object.obj
171171
</td>
172172
</tr>
173173
{% if link.url.redirect_to %}
174-
<tr><td colspan="6">R{% translate "Redirects to" %}: <a href="{{ link.url.redirect_to }}" target="_blank">{{ link.url.redirect_to }}</a></td></tr>
174+
<tr><td colspan="6">{% translate "Redirects to" %}: <a href="{{ link.url.redirect_to }}" target="_blank">{{ link.url.redirect_to }}</a></td></tr>
175175
{% endif %}
176176
{% endfor %}
177177
</table>

0 commit comments

Comments
 (0)