gruntjs / gruntjs.com

Grunt website
https://gruntjs.com
Other
155 stars 84 forks source link

https://gruntjs.com/plugins returns "undefined" as href value #213

Closed lynxSven closed 4 years ago

lynxSven commented 4 years ago

The Tag which leads to a plugin on the subside https://gruntjs.com/plugins has the href value "undefined" for every list element.

e.g.

<tr role="row" class="odd">
    <td><a class="plugin contrib" href="undefined"><span class="name-description"><span
                    class="title">grunt-contrib-cssmin</span><span class="author">by Grunt Team</span><span
                    class="desc">Minify CSS</span></span></a></td>
    <td><span class="score">34</span></td>
</tr>

What am I using: Windows 10 Firefox 68.6.0esr (64-Bit) Firefox addons NoScript (which doesn't block any scripts)

vladikoff commented 4 years ago

oh weird, i thought i deployed a fix for that. let me check again..

vladikoff commented 4 years ago

should be fixed now!