Skip to content

Page buttons do not work in Firefox #1

@derekwilling

Description

@derekwilling

The HTML for the page buttons is formatted incorrectly.

<button class="btn btn-info"><a style="color:white" href="weather.html">Weather</a></button>

should be

<input type="button" class="btn btn-info" onclick="location.href='weather.html';" value="Weather" />

Interactive content is not allowed inside of in HTML5.

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