Changeset 2760:875220f2367e for admin/auth.php
- Timestamp:
- 10/17/14 15:11:05 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/auth.php
r2720 r2760 265 265 header('Content-Type: text/html; charset=UTF-8'); 266 266 ?> 267 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 268 <html xmlns="http://www.w3.org/1999/xhtml" 269 xml:lang="<?php echo $dlang; ?>" lang="<?php echo $dlang; ?>"> 267 <!DOCTYPE html> 268 <html lang="<?php echo $dlang; ?>"> 270 269 <head> 271 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />270 <meta charset="UTF-8" /> 272 271 <meta http-equiv="Content-Script-Type" content="text/javascript" /> 273 272 <meta http-equiv="Content-Style-Type" content="text/css" />
Note: See TracChangeset
for help on using the changeset viewer.