diff --git a/dev_mvc/model/testactions/TestAction.php b/dev_mvc/model/testactions/TestAction.php index f20bcca..33d2dbb 100644 --- a/dev_mvc/model/testactions/TestAction.php +++ b/dev_mvc/model/testactions/TestAction.php @@ -35,6 +35,6 @@ class TestAction{ break; } } - echo('
ACTION SUCCESSFUL
') + echo('
ACTION SUCCESSFUL
'); } } \ No newline at end of file