Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Commit

Permalink
Copyedit [minor]
Browse files Browse the repository at this point in the history
  • Loading branch information
theopolisme committed Nov 7, 2013
1 parent ceabd97 commit 4e39dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/submissions.js
Expand Up @@ -1465,7 +1465,7 @@ function afcHelper_warnings(pagetext) {
var rerefdouble = /\<\s*ref\s*(name\s*=|group\s*=)*\s*[^\/]*\>?(\<\s*[^\/]*\s*ref\s*(name\s*=|group\s*=)*)/ig;
var refdouble = texttest.match(rerefdouble);
if (refdouble) {
errormsg += 'The script found following malformed references:<br/><i>';
errormsg += 'The script found the following malformed references:<br/><i>';
for (i = 0; i < refdouble.length; i++)
errormsg += afcHelper_escapeHtmlChars(refdouble[i].toString()) + '&gt;<br/>';
errormsg += '</i>';
Expand Down

0 comments on commit 4e39dd3

Please sign in to comment.