fixed bad extension class link

This commit is contained in:
James Strachan
2012-03-01 16:00:35 +00:00
parent 374e734168
commit fc6e2c2ecc
@@ -276,7 +276,7 @@ Copyright © 2010-2012. All Rights Reserved.
val c = e?.getKey()
if (c != null) {
println("""<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="${pkg.nameAsRelativePath}${c.name}.html" title="extensions on ${pkg.name}">${c.name}</A></B></TD>
<TD WIDTH="15%"><B><A HREF="${extensionsHref(pkg, c)}" title="extensions on ${pkg.name}">${c.name}</A></B></TD>
<TD>""")
val list = e?.getValue()
if (list != null) {