diff --git a/js/controller/CardController.js b/js/controller/CardController.js index 59a871e89..0754c80c5 100644 --- a/js/controller/CardController.js +++ b/js/controller/CardController.js @@ -53,7 +53,7 @@ app.controller('CardController', function ($scope, $rootScope, $sce, $location, let text = $scope.status.edit.description || ''; let before = text.substring(0, start); let after = text.substring(end, text.length); - let newText = before + "\n" + insertText + "\n" + after; + let newText = before + '\n' + insertText + '\n' + after; $scope.status.edit.description = newText; el.selectionStart = el.selectionEnd = start + newText.length; el.focus(); diff --git a/templates/part.boardlist.php b/templates/part.boardlist.php index 1fb80c96e..5025fd80b 100644 --- a/templates/part.boardlist.php +++ b/templates/part.boardlist.php @@ -45,7 +45,7 @@
- +