removed tabs from rfc comment overlays
fixed minor typo in thank you emails
This commit is contained in:
@@ -160,7 +160,7 @@ also, all settings from the rails model needed for the editor configuration in t
|
||||
if(comment.text.includes("\n") || comment.text.includes("\t")){
|
||||
comment.text = comment.username + ": " + comment.text;
|
||||
} else {
|
||||
comment.text = comment.username + ": " + stringDivider(comment.text, 80, "\n\t\t");
|
||||
comment.text = comment.username + ": " + stringDivider(comment.text, 80, "\n");
|
||||
}
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user