Skip to content

div tag not closed project_dashboard.html #3701

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ajatprabha opened this issue Feb 28, 2018 · 1 comment
Closed

div tag not closed project_dashboard.html #3701

ajatprabha opened this issue Feb 28, 2018 · 1 comment

Comments

@ajatprabha
Copy link
Contributor

Details

The <div> tag is not closed on line 27 here: project_dashboard.html

Expected Result

<div class="module onboard onboard-accounts">
        <h3>Thanks!</h3>
        <p>
          Your <a href="{% url "gold_detail" %}">support</a> of Read the Docs helps make the site better each and every month.
        </p>
</div>

Actual Result

<div class="module onboard onboard-accounts">
        <h3>Thanks!</h3>
        <p>
          Your <a href="{% url "gold_detail" %}">support</a> of Read the Docs helps make the site better each and every month.
        </p>

ericholscher added a commit that referenced this issue Mar 1, 2018
Fixed #3701: added closing tag for div element
@RichardLitt
Copy link
Member

Thanks @ajatprahba!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants