Commit 1d62af50d0e39034f4d142cc41f0e948dfa0274b
proper spacing for boost messages
Ev Bogue committed on 2/14/2019, 1:44:15 AMParent: 9ac76bea4f88cc5ca22ff5d5f4a4c06980dda5b8
Files changed
compose.js | changed |
compose.js | ||
---|---|---|
@@ -55,9 +55,9 @@ | ||
55 | 55 | for(var i=0; i<lines.length; i++) { |
56 | 56 | lines[i] = "> " + lines[i] |
57 | 57 | } |
58 | 58 | var newContent = lines.join("\n") |
59 | - var content = 'Boosting: ' + opts.boostKey + '\n\n' + newContent + '- [' + boostName.textContent + ']('+ opts.boostAuthor + ')' | |
59 | + var content = 'Boosting: ' + opts.boostKey + '\n\n' + newContent + ' - [' + boostName.textContent + ']('+ opts.boostAuthor + ')' | |
60 | 60 | textarea.value = content |
61 | 61 | } |
62 | 62 | |
63 | 63 | else if (opts.mentions) { |
Built with git-ssb-web