summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/comments/css/comments.css9
-rw-r--r--apps/comments/js/commentstabview.js2
2 files changed, 2 insertions, 9 deletions
diff --git a/apps/comments/css/comments.css b/apps/comments/css/comments.css
index d33ce735448..7f64f1cf7db 100644
--- a/apps/comments/css/comments.css
+++ b/apps/comments/css/comments.css
@@ -60,14 +60,7 @@
}
#commentsTabView .comment.collapsed .message {
- white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
- white-space: -webkit-pre-wrap; /*Chrome & Safari */
- white-space: -pre-wrap; /* Opera 4-6 */
- white-space: -o-pre-wrap; /* Opera 7 */
- white-space: pre-wrap; /* css-3 */
- word-wrap: break-word; /* Internet Explorer 5.5+ */
- word-break: break-all;
- white-space: normal;
+ white-space: pre-wrap;
}
#commentsTabView .comment.collapsed .message {
diff --git a/apps/comments/js/commentstabview.js b/apps/comments/js/commentstabview.js
index 565f6a99296..9451e828f91 100644
--- a/apps/comments/js/commentstabview.js
+++ b/apps/comments/js/commentstabview.js
@@ -32,7 +32,7 @@
'{{/if}}' +
' </div>' +
' <form class="newCommentForm">' +
- ' <input type="text" class="message" placeholder="{{newMessagePlaceholder}}" value="{{{message}}}"" />' +
+ ' <input type="text" class="message" placeholder="{{newMessagePlaceholder}}" value="{{{message}}}" />' +
' <input class="submit icon-confirm" type="submit" value="" />' +
'{{#if isEditMode}}' +
' <input class="cancel pull-right" type="button" value="{{cancelText}}" />' +