Skip to content

Templates index.html has a syntax error. Unable to build on Eclipse.  #42

Description

@msalia

See line 90 on node-cover/templates/index.html
https://github.com/itay/node-cover/blob/master/templates/index.html#L90

<td><a href='<%= fileUrls[cell] %>'><%= cell %></a<</td>
                                                  ^ error char

Proposed solution:

<td><a href='<%= fileUrls[cell] %>'><%= cell %></a></td>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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