blob: 7e42a42c7b17c957023bbe635850e90a550a40a6 (
plain)
1
2
3
4
5
6
7
8
|
<% local view, viewlibrary = ... %>
<% --[[ DEBUG INFORMATION
io.write(html.cfe_unpack(view))
--]] %>
<H1>Request Details</H1>
<pre><%= html.html_escape(view.value.value) %></pre>
|