JsTemplate/Link.js
[gnome.introspection-doc-generator] / JsTemplate / Link.js
index a01156d..4729ccc 100644 (file)
@@ -162,7 +162,7 @@ Link = XObject.define(
 
                 if (!linkTo.is("CONSTRUCTOR") && !linkTo.isNamespace) { // it's a method or property
                     linkPath = escape(linkTo.memberOf) || "_global_";
-                    linkPath += '.html#" + Link.symbolNameToLinkName(linkTo);
+                    linkPath += '.html#' + Link.symbolNameToLinkName(linkTo);
                 }
                 else {
                     linkPath = escape(linkTo.alias);