root/templates/unsupported.tmpl

Revision ea215f2359e92a5adb616d6450875a0b0f5c7311, 210 bytes (checked in by William McBrine <wmcbrine@gmail.com>, 10 months ago)

Missing closing angle bracket.

  • Property mode set to 100644
Line 
1 <html>
2     <body>
3         <h3>Unsupported Command</h3>
4         Query:
5         <ul>
6         #for $key, $value in $query.items
7             <li>$key: $value</li>
8         #end for
9         </ul>
10     </body>
11 </html>
Note: See TracBrowser for help on using the browser.