André Hentschel : transl: Add doctype header.
Module: tools Branch: master Commit: aeb156e9b26f81203f302197119462762b50e8b6 URL: http://source.winehq.org/git/tools.git/?a=commit;h=aeb156e9b26f81203f3021971... Author: André Hentschel <nerv(a)dawncrow.de> Date: Tue Jul 21 17:48:16 2009 +0200 transl: Add doctype header. --- transl/php/lang.php | 1 + transl/php/resfile.php | 1 + transl/php/resource.php | 1 + 3 files changed, 3 insertions(+), 0 deletions(-) diff --git a/transl/php/lang.php b/transl/php/lang.php index 5ee2ca8..21b2dea 100644 --- a/transl/php/lang.php +++ b/transl/php/lang.php @@ -78,6 +78,7 @@ function dump_table($table) } ?> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <link rel="stylesheet" href="style.css" type="text/css"> diff --git a/transl/php/resfile.php b/transl/php/resfile.php index 4614755..8245e26 100644 --- a/transl/php/resfile.php +++ b/transl/php/resfile.php @@ -8,6 +8,7 @@ $resfile = validate_resfile($_REQUEST['resfile']); $file = fopen("$DATAROOT/langs/$lang", "r"); $msgs = array(); ?> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <link rel="stylesheet" href="style.css" type="text/css"> diff --git a/transl/php/resource.php b/transl/php/resource.php index f048a2d..68a9e55 100644 --- a/transl/php/resource.php +++ b/transl/php/resource.php @@ -10,6 +10,7 @@ $id = validate_id($_REQUEST['id']); $compare = isset($_REQUEST['compare']); ?> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <link rel="stylesheet" href="style.css" type="text/css">
participants (1)
-
Alexandre Julliard