поиски золота, дата вступления, посветка строк в tracker.php git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@298 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
pherum83 2011-10-02 12:49:25 +00:00
commit 2d1c734f57
16 changed files with 201 additions and 182 deletions

View file

@ -44,7 +44,7 @@ BBCode.prototype = {
this.quoterText = sel;
this.insertTag('_quoter');
} else {
this.insertAtCursor("[b]" + name + '[/b]\n');
this.insertAtCursor("[b]" + name + '[/b], ');
}
return false;
},