Skip to content

Commit 0b5b633

Browse files
authored
Fix missing indentation on reStructuredText badge code (#9404)
Missing indentation on reStructuredText badge code
1 parent e2e055b commit 0b5b633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readthedocs/templates/core/badge_markup.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<h4>reStructuredText</h4>
55
<pre>
66
.. image:: {{ badge_url }}
7-
:target: {{ site_url }}
8-
:alt: Documentation Status
7+
:target: {{ site_url }}
8+
:alt: Documentation Status
99
</pre>
1010
</li>
1111
<li class="markdown">

0 commit comments

Comments
 (0)