Skip to content

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

@msalia

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>

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