Skip to content
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

Error in permalink in Cymon long report template #238

Closed
jeromeleonard opened this issue Apr 24, 2018 · 0 comments
Closed

Error in permalink in Cymon long report template #238

jeromeleonard opened this issue Apr 24, 2018 · 0 comments
Assignees
Labels
category:bug Issue is related to a bug scope:analyzer Issue is analyzer related
Milestone

Comments

@jeromeleonard
Copy link
Contributor

<dl class="dl-horizontal" >
    <dt>permalink</dt>
    <dd ><a href=content.permalink>{{content.permalink}}</a></dd>
</dl>

should be :

<dl class="dl-horizontal" >
    <dt>permalink</dt>
    <dd ><a href="{{content.permalink}}">{{content.permalink}}</a></dd>
</dl>
@jeromeleonard jeromeleonard added the category:bug Issue is related to a bug label Apr 24, 2018
@jeromeleonard jeromeleonard self-assigned this Apr 24, 2018
@jeromeleonard jeromeleonard added this to the 1.9.6 milestone Apr 24, 2018
@jeromeleonard jeromeleonard modified the milestones: 1.9.6, 1.10.0 Apr 25, 2018
jeromeleonard added a commit that referenced this issue May 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:bug Issue is related to a bug scope:analyzer Issue is analyzer related
Projects
None yet
Development

No branches or pull requests

1 participant