diff --git a/apps/files_versions/templates/history.php b/apps/files_versions/templates/history.php
index f7284439041..3a6d5f0c9e7 100644
--- a/apps/files_versions/templates/history.php
+++ b/apps/files_versions/templates/history.php
@@ -5,18 +5,18 @@
if( isset( $_['message'] ) ) {
- if( isset($_['path'] ) ) print_unescaped('File: '.OC_Util::sanitizeHTML($_['path'])).'
';
- print_unescaped(''.OC_Util::sanitizeHTML($_['message']) ).'
';
+ if( isset($_['path'] ) ) print_unescaped('File: '.OC_Util::sanitizeHTML($_['path']).'
');
+ print_unescaped(''.OC_Util::sanitizeHTML($_['message']) .'
');
}else{
if( isset( $_['outcome_stat'] ) ) {
- print_unescaped( '
'.OC_Util::sanitizeHTML($l->t('Revert a file to a previous version by clicking on its revert button')).'