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<
}
}
//Discussion
report += "=== " + this.article_title + " discussion===\n<
return report;
|