IceWreck / Argon-Dokuwiki-Template

Dokuwiki Template based on the Argon Design System
Other
409 stars 36 forks source link

Cannot modify header information warning #12

Closed rk closed 4 years ago

rk commented 4 years ago
Warning: Cannot modify header information
 - headers already sent by (output started 
at lib/tpl/argon/main.php:1) in 
lib/tpl/argon/main.php on line 15

https://github.com/IceWreck/Argon-Dokuwiki-Template/blob/1fd9dbd05721ea0c6e77ca535bc376329eb55eee/main.php#L1-L9

This HTML comment forces headers to be written, before they’re supposed to be on line 15. Maybe you could just move it to a PHP comment in the opening tag, or immediately before the opening <html> tag?

IceWreck commented 4 years ago

This HTML comment forces headers to be written, before they’re supposed to be on line 15. Maybe you could just move it to a PHP comment in the opening tag,

Will do. Thanks.