diff --git a/core/core.php b/core/core.php
index ab5f4be1..ac6caaaf 100644
--- a/core/core.php
+++ b/core/core.php
@@ -2653,7 +2653,7 @@ class layout extends common {
*/
public function showStyle() {
if($this->core->output['style']) {
- echo '';
+ echo '';
}
}