diff --git a/src/client/app/tmpl/home-appointment-item.html b/src/client/app/tmpl/home-appointment-item.html index 9621a80..3b09cf4 100644 --- a/src/client/app/tmpl/home-appointment-item.html +++ b/src/client/app/tmpl/home-appointment-item.html @@ -198,7 +198,7 @@ <%= _lc( 'DETAILS' ) %> - <%=raw a.getComment() ? app.util.Helper.crop( app.util.Helper.nl2br( a.getComment() ), 200 ) : ( '' + _lc( 'APPOINTMENT_NO_COMMENT' ) + '' ) %> + <%=raw a.getComment() ? a.getComment() : ( '' + _lc( 'APPOINTMENT_NO_COMMENT' ) + '' ) %>