fix(renderer): remove accidental characters before PHP tag
Removed extraneous 'sws' characters before the opening PHP tag in the renderer file. This resolves potential syntax errors and ensures proper PHP code execution.
This commit is contained in:
parent
5b4a28b00d
commit
07632fa961
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
sws<?php
|
||||
<?php
|
||||
|
||||
namespace mod_exp360\output;
|
||||
|
||||
|
|
Loading…
Reference in a new issue