Skip to content

Missing " in poetrygenerator.py #10

@gotnull

Description

@gotnull

When referencing jQuery you have the following:

<script src=https://code.jquery.com/jquery-1.12.0.min.js"></script>

This causes an error where jQuery is undefined.

It should be <script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions