diff models/extractapp.php @ 66:e71a437ae49f extractapp

New: responsive. some css style
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Thu, 02 Apr 2015 16:33:46 +0200
parents f9ae94a9b041
children 3ada9334ebfc
line wrap: on
line diff
--- a/models/extractapp.php	Thu Apr 02 11:45:09 2015 +0200
+++ b/models/extractapp.php	Thu Apr 02 16:33:46 2015 +0200
@@ -269,7 +269,7 @@
         } else if ($status == "error") {
             // saving not success
             $this->messages['error'] .= "[Error] Saving Failed! ".(string)$response["message"]."<br>";
-            $this->messages['warning'] .= "[Warning] Please check branch ".$this->branch_id." in LGService, and modify from the latest version. <br>";
+            $this->messages['warning'] .= "[Warning] Please check branch ".$this->branch_id." in LGService, and modify from the latest version.";
 
             $response_currentFile = $response["currentFile"];
             $this->current_fileId = (string)$response_currentFile["id"];