diff --git a/app/views/courses/feedback.html.erb b/app/views/courses/feedback.html.erb index 0a8458a22..d115f1703 100644 --- a/app/views/courses/feedback.html.erb +++ b/app/views/courses/feedback.html.erb @@ -42,7 +42,7 @@ function checkMaxLength() { if (currentLength > maxLength) this.relatedElement.className = 'toomuch'; else - this.relatedElement.className = ''; + this.relatedElement.className = ''; this.relatedElement.firstChild.nodeValue = currentLength; } diff --git a/app/views/projects/_history.html.erb b/app/views/projects/_history.html.erb index d02b561b0..3633ed7b5 100644 --- a/app/views/projects/_history.html.erb +++ b/app/views/projects/_history.html.erb @@ -1,21 +1,18 @@ <% reply_allow = JournalsForMessage.create_by_user? User.current %> - -
<%= textilizable journal.notes%>