Changeset 2760:875220f2367e for inc/core_error.php
- Timestamp:
- 10/17/14 15:11:05 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core_error.php
r2566 r2760 14 14 header("HTTP/1.0 ".$code." ".$summary); 15 15 ?> 16 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">17 <html xmlns="http://www.w3.org/1999/xhtml">16 <!DOCTYPE html> 17 <html lang="en"> 18 18 <head> 19 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 20 <meta http-equiv="Content-Language" content="en" /> 19 <meta charset="UTF-8" /> 21 20 <meta name="ROBOTS" content="NOARCHIVE,NOINDEX,NOFOLLOW" /> 22 21 <meta name="GOOGLEBOT" content="NOSNIPPET" />
Note: See TracChangeset
for help on using the changeset viewer.