Changeset 59cf1af9294c217ba16d0c2861252d0760b6df6d

Show
Ignore:
Timestamp:
06/21/10 23:37:59 (3 months ago)
Author:
Jim Garrison <jim@…>
Children:
2c60b6d7eeb983ca7000a5168fff228518f0e23f
Parents:
98d616e3c7f55116b999f97cd354c6ed7ab5888c
git-committer:
Jim Garrison <jim@jimgarrison.org> / 2010-06-21T20:37:59Z-0700
Message:

a few html5 changes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ductus/templates/ductus_base.html

    r1d0e7e5 r59cf1af  
    11<!DOCTYPE html>{% load i18n %}{% load title %} 
    2 <html> 
     2<html lang="{{ LANGUAGE_CODE }}"> 
    33  <head> 
    4     <meta http-equiv="content-type" content="text/html; charset=utf-8"/> 
     4    <meta charset="utf-8"/> 
    55    <title>{% block title %}{% title ductus_site_name %}{% endblock %}{% for title in title_list reversed %}{{ title }}{% if not forloop.last %} - {% endif %}{% endfor %}</title> 
    66    <link rel="stylesheet" type="text/css" media="screen, projection" href="{{ ductus_media_prefix }}common/css/base.css" />