MediaWiki:DRN-wizard.js: Difference between revisions

Content deleted Content added
Close <small> tag
Change <small> tags to <div style="font-size:smaller"> - this makes users' comments appear on a new line, rather than directly after the note. Also, I added a further new line.
Line 203:
{
if ( userArray[userIndex] != currentUser) {
report += "====Opening comments by " + userArray[userIndex]+"====\n<smalldiv style=\"font-size:smaller\">Please limit to 2000 characters - longer statements may be deleted in their entirety or asked to be shortened. This is so a volunteer can review the dispute in a timely manner. Thanks.</smalldiv>\n\n";
}
}
//Discussion
report += "=== " + this.article_title + " discussion===\n<smalldiv style=\"font-size:smaller\">Please do not use this for discussing the dispute prior to a volunteer opening the thread for comments - continue discussing the issues on the article talk page if necessary.</smalldiv>";
return report;