emmar
committed
on 17 Apr 11
Translation to spanish
openacs-4/.../demo/implicit_escape.adp (+1 -1)
1 1 <html>
2 2 <head>
3 3 <title>Demo: Implicit Escape</title>
4 4 </head>
5 5   <body>
6 6     <h1><%=$x%></h1>
7       <p>The current date and time is: <%=[clock format [clock clicks -milliseconds]]%>
  7     <p>The current date and time is: <%=[clock format [clock seconds]]%>
8 8   </body>
9 9 </html>