fixed the examples

This commit is contained in:
udo
2021-12-07 01:36:55 +00:00
parent 1f0f08f787
commit 8195154e4c
4 changed files with 11 additions and 10 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
RENDER()
{
<html>
<><html>
<link rel="stylesheet" href='style.css?v=1'></link>
<h1>
<a href="index.uce">UCE Test</a>:
@@ -42,6 +42,6 @@ RENDER()
<label>CGI Params</label>
<pre><?= var_dump(context->params) ?></pre>
</html>
</html></>
}