This is an automated email from the git hooks/post-receive script.

knome pushed a 
commit to branch 
master
in repository www/www.xfce.org.

commit 5c02f89d7987fd2829e4f25c8542531886f85f0e
Author: Pasi Lallinaho <p...@shimmerproject.org>
Date:   Tue May 21 02:35:09 2019 +0300

    Use a modern document type declaration.
---
 pages/header.php | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pages/header.php b/pages/header.php
index 3d8094f..2ab5fcc 100644
--- a/pages/header.php
+++ b/pages/header.php
@@ -6,8 +6,7 @@ else
        $title = R_('Xfce Desktop Environment');
 
 ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<!DOCTYPE html>
 <html xmlns="http://www.w3.org/1999/xhtml";>
 <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to