summaryrefslogtreecommitdiff
path: root/examples/singlefile.pl
diff options
context:
space:
mode:
Diffstat (limited to 'examples/singlefile.pl')
-rwxr-xr-xexamples/singlefile.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/singlefile.pl b/examples/singlefile.pl
index 88f8d09..a0ddeef 100755
--- a/examples/singlefile.pl
+++ b/examples/singlefile.pl
@@ -22,6 +22,7 @@ use lib $ROOT.'/lib';
use TUWF ':Html5', 'mkclass';
TUWF::set debug => 1;
+TUWF::set xml_pretty => 1;
# Register a handle for the root path, i.e. "GET /"
TUWF::get '/' => sub {