summaryrefslogtreecommitdiffstats
path: root/application/views/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/header.php')
-rw-r--r--application/views/header.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/application/views/header.php b/application/views/header.php
index 4f2c46e79..2e978bda2 100644
--- a/application/views/header.php
+++ b/application/views/header.php
@@ -1,4 +1,8 @@
-<!DOCTYPE html>
+<?php
+if (is_cli_client() && !isset($force_full_html)) {
+ return;
+}
+?><!DOCTYPE html>
<html lang="en">
<head>