fixed bug in #load

This commit is contained in:
udo
2022-01-30 12:45:18 +00:00
parent 5df52146be
commit 3a9dfba86c
6 changed files with 14 additions and 4 deletions
View File
+2 -1
View File
@@ -1,9 +1,10 @@
#load "config/settings.uce"
#load "lib.uce"
RENDER()
{
<>
Hello world2
Hello world23
<?= bla("!x") ?>
</>
}