Content deleted Content added
PleaseStand (talk | contribs) merged in changes from master branch - untested 3-way merge |
PleaseStand (talk | contribs) Fixed a typo in the refScanRegex; <refname=...> [sic] caused RefParser to throw an "invalid ref" exception |
||
Line 131:
// The tags listed below other than "ref" are there for an obvious reason.
// NB: "references" is here to prevent out-of-line refs from being returned.
this.refScanRegex = /(?:<!--[\s\S]*?-->|<(nowiki|source|references|ref)(?:|\s
}
RefScanner.prototype = {
|