comparison gpp/templates/base.html @ 494:3800f3bcf4a8

Changed to HMTL5 in base template.
author Brian Neal <bgneal@gmail.com>
date Sat, 05 Nov 2011 15:54:53 +0000
parents f0f3966ea44f
children 61b81b97f02f
comparison
equal deleted inserted replaced
493:bdcce55f137e 494:3800f3bcf4a8
1 <?xml version="1.0" encoding="UTF-8"?> 1 <!DOCTYPE html>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" 2 <html xmlns="http://www.w3.org/1999/xhtml"
5 xmlns:og="http://ogp.me/ns#" 3 xmlns:og="http://ogp.me/ns#"
6 xmlns:fb="https://www.facebook.com/2008/fbml" 4 xmlns:fb="https://www.facebook.com/2008/fbml"
7 xml:lang="en" lang="en"> 5 xml:lang="en" lang="en">
8 {% load url from future %} 6 {% load url from future %}