templates/default/fulldoc/html/js/app.js in yard-0.6.1 vs templates/default/fulldoc/html/js/app.js in yard-0.6.2

- old
+ new

@@ -150,10 +150,10 @@ $(tags.join(', ')).each(function() { if (this.id == "filecontents") return; show = true; var thisTag = parseInt(this.tagName[1]); if (this.id.length == 0) { - var proposedId = $(this).text().replace(/[^a-z0-9:'"\.()=-]/ig, '_'); + var proposedId = $(this).text().replace(/[^a-z0-9:\.()=-]/ig, '_'); if ($('#' + proposedId).length > 0) proposedId += counter++; this.id = proposedId; } if (thisTag > lastTag) { for (var i = 0; i < thisTag - lastTag; i++) { \ No newline at end of file