Remove trailing whitespace.
[xhtml-compiler.git] / smoketests / template.xml
blob1c3dc8dc2d7f7350477f76a93515e1a6de6b411f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" 
4       xml:lang="en" lang="en">
5 <head>
6     <title>{title}</title>
7 </head>
8 <body>
9   <h1>{title}</h1>
10   <div>
11     {body}
12   </div>
13 </body>
14 </html>