From a9571712a307275dfa2b4fc3a180d5f8f777b9fc Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sat, 16 Jan 2016 18:51:55 +0000 Subject: [PATCH] fixed a wrong class in project home --- codepot/src/codepot/views/project_home.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 '';