diff --git a/codepot/src/codepot/views/project_home.php b/codepot/src/codepot/views/project_home.php index b059b405..599e74c3 100644 --- a/codepot/src/codepot/views/project_home.php +++ b/codepot/src/codepot/views/project_home.php @@ -233,10 +233,13 @@ foreach ($urls as $url) if ($log['action'] != 'revpropchange') { - print '
';
+
+					print '
'; + print '
';
 					$sm = strtok (trim ($x['message']), "\r\n");
 					print htmlspecialchars ($sm);
 					print '
'; + print '
'; } print ''; print '';