Changeset 2830:f98aa0265d4e for themes/ductile/tpl/page.html
- Timestamp:
- 12/02/14 12:28:39 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/tpl/page.html
r2803 r2830 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}"> 1 <!DOCTYPE html> 2 <html lang="{{tpl:BlogLanguage}}"> 4 3 <head> 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />4 <meta charset="UTF-8" /> 6 5 <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> 7 6
Note: See TracChangeset
for help on using the changeset viewer.