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:
Kumi 2024-07-05 12:32:43 +02:00
parent 5b4a28b00d
commit 07632fa961
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -1,4 +1,4 @@
sws<?php
<?php
namespace mod_exp360\output;