Skip to content

Commit 27d9ba3

Browse files
authored
Merge pull request #3702 from ajatprabha/ticket_3701
Fixed #3701: added closing tag for div element
2 parents 308879a + 457ac62 commit 27d9ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/templates/projects/project_dashboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h3>Thanks!</h3>
2424
<p>
2525
Your <a href="{% url "gold_detail" %}">support</a> of Read the Docs helps make the site better each and every month.
2626
</p>
27-
27+
</div>
2828
{% endif %}
2929
<!-- END Gold Pitch -->
3030
{% endblock %}}

0 commit comments

Comments
 (0)