André Hentschel : transl: Remove the slash from tags.

Alexandre Julliard julliard at winehq.org
Wed Jul 22 09:06:59 CDT 2009


Module: tools
Branch: master
Commit: 815e7569c49c82bc50796371853382494aa89188
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=815e7569c49c82bc50796371853382494aa89188

Author: André Hentschel <nerv at dawncrow.de>
Date:   Tue Jul 21 17:41:17 2009 +0200

transl: Remove the slash from tags.

---

 transl/php/index.php    |    2 +-
 transl/php/resfile.php  |    2 +-
 transl/php/resource.php |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/transl/php/index.php b/transl/php/index.php
index 6cd0c7e..4e37347 100644
--- a/transl/php/index.php
+++ b/transl/php/index.php
@@ -23,7 +23,7 @@ while ($line = fgets($summary, 1024))
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
-    <link rel="stylesheet" href="style.css" type="text/css"/>
+    <link rel="stylesheet" href="style.css" type="text/css">
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     <title>Wine translation statistics <?php echo $TITLE_APPENDIX ?></title>
 </head>
diff --git a/transl/php/resfile.php b/transl/php/resfile.php
index 71e3c19..4614755 100644
--- a/transl/php/resfile.php
+++ b/transl/php/resfile.php
@@ -10,7 +10,7 @@ $msgs = array();
 ?>
 <html>
 <head>
-    <link rel="stylesheet" href="style.css" type="text/css"/>
+    <link rel="stylesheet" href="style.css" type="text/css">
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     <title>Module <?php echo $resfile?> - Wine translations</title>
 </head>
diff --git a/transl/php/resource.php b/transl/php/resource.php
index b88e30d..f048a2d 100644
--- a/transl/php/resource.php
+++ b/transl/php/resource.php
@@ -12,7 +12,7 @@ $compare = isset($_REQUEST['compare']);
 ?>
 <html>
 <head>
-    <link rel="stylesheet" href="style.css" type="text/css"/>
+    <link rel="stylesheet" href="style.css" type="text/css">
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     <title><?php echo get_resource_name($type, $id) ?> from <?php echo $resfile?> - Wine translation</title>
 </head>




More information about the wine-cvs mailing list