various small usability improvements

This commit is contained in:
azivner
2017-08-13 21:42:10 -04:00
parent 191f70477c
commit 6fe81cd93a
7 changed files with 29 additions and 4 deletions

View File

@@ -44,5 +44,7 @@ function notecase2html(note) {
noteText = noteText.replace(/(?:\r\n|\r|\n)/g, '<br />');
noteText = noteText.replace(/ /g, '&nbsp;&nbsp;');
return noteText;
}