diff --git a/src/BootstrapApiDoc.php b/src/BootstrapApiDoc.php index e883e16..a559f26 100644 --- a/src/BootstrapApiDoc.php +++ b/src/BootstrapApiDoc.php @@ -306,7 +306,9 @@ EXT; } $html .= ''; } - $html .= ' '; + if (!isset($_GET['download']) || $_GET['download'] !== 'api_doc_php') { + $html .= ' '; + } $html .= ''; return $html; }