This commit is contained in:
rolux 2014-12-18 15:57:40 +00:00
parent c26628bf7f
commit 379fb0f478

View file

@ -166,7 +166,7 @@ pandora.ui.apiDialog = function() {
.join(comma + whitespace); .join(comma + whitespace);
}) })
.join(comma + linebreack); .join(comma + linebreak);
$doc.html(parts.join('<b>see</b>' + colon + whitespace)); $doc.html(parts.join('<b>see</b>' + colon + whitespace));
} }
pandora.createLinks($doc); pandora.createLinks($doc);