Mercurial > cgi-bin > hgweb.cgi > tincan
view tests/suite_14_bad_template/files/too_many_dotdots.pspx @ 72:e8b3b336e63e draft default tip
Update version.
author | David Barts <n5jrn@me.com> |
---|---|
date | Mon, 15 Jul 2019 13:17:48 -0700 |
parents | 88adf10be709 |
children |
line wrap: on
line source
#rem Should make load choke; too many ..'s. #template ../files/hello.pspx <!DOCTYPE html> <html> <head> <title>Hello</title> </head> <body> <h1>Hello Again, World</h1> <p>The current time on the server is ${time}.</p> </body> </html>