comparison gpp/templates/base.html @ 496:61b81b97f02f

Backout last change. Stay xhtml for now.
author Brian Neal <bgneal@gmail.com>
date Sun, 06 Nov 2011 01:14:26 +0000
parents 3800f3bcf4a8
children 886cc99e8406
comparison
equal deleted inserted replaced
495:2bfb2755f70b 496:61b81b97f02f
1 <!DOCTYPE html> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" 4 <html xmlns="http://www.w3.org/1999/xhtml"
3 xmlns:og="http://ogp.me/ns#" 5 xmlns:og="http://ogp.me/ns#"
4 xmlns:fb="https://www.facebook.com/2008/fbml" 6 xmlns:fb="https://www.facebook.com/2008/fbml"
5 xml:lang="en" lang="en"> 7 xml:lang="en" lang="en">
6 {% load url from future %} 8 {% load url from future %}