summaryrefslogtreecommitdiffstats
path: root/main/survey/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'main/survey/index.php')
-rw-r--r--main/survey/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/survey/index.php b/main/survey/index.php
index 8c1769b..51f01af 100644
--- a/main/survey/index.php
+++ b/main/survey/index.php
@@ -28,7 +28,7 @@ ob_start();
header('Cache-Control: no-cache');
header('Pragma: no-cache');
-echo '<!DOCTYPE html><html class="no_js">';
+echo '<!DOCTYPE html><html>';
// začetek aplikacije
new \App\Controllers\SurveyController();