[Blends-commit] [SCM] website branch, master, updated. 63503dff822b6b58037950bba7cd473bf70643e4

Ole Streicher debian at liska.ath.cx
Thu Dec 10 10:35:29 UTC 2015


The following commit has been merged in the master branch:
commit 63503dff822b6b58037950bba7cd473bf70643e4
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Thu Dec 10 11:35:10 2015 +0100

    Use correct comment start sequence '/*' instead of '//' for CSS

diff --git a/webtools/templates/packages.xhtml b/webtools/templates/packages.xhtml
index c83093e..c6d3898 100644
--- a/webtools/templates/packages.xhtml
+++ b/webtools/templates/packages.xhtml
@@ -13,8 +13,7 @@
     <link href="http://blends.debian.org/css/blends.css" rel="stylesheet"
 	  type="text/css" />
     <style type="text/css">
-// <!--
-a.tooltip { }
+/* <!-- */
 
 a.tooltip:hover {
     cursor:pointer;
@@ -142,11 +141,11 @@ a.editlink {
     text-decoration: none;
     padding-right: 0.5em;
 }
-// -->
+/* --> */
     </style>
     <link rel="shortcut icon" href="http://www.debian.org/favicon.ico" />
     <script type="text/javascript">
-// <!--
+/* <!-- */
 function toggle_visibility(id) {
     var element = document.getElementById(id);
     if (element) {
@@ -168,7 +167,7 @@ function show_fulldesc(hash) {
       }
     }
 }
-// -->
+/* --> */
   </script>
   </head>
   <body onload="show_fulldesc(window.location.hash)">
diff --git a/webtools/templates/tasks_idx.xhtml b/webtools/templates/tasks_idx.xhtml
index 8578a3e..5f85b54 100644
--- a/webtools/templates/tasks_idx.xhtml
+++ b/webtools/templates/tasks_idx.xhtml
@@ -13,7 +13,7 @@
     <link href="http://blends.debian.org/css/blends.css" rel="stylesheet"
 	  type="text/css" />
     <style type="text/css">
-// <!--
+/* <!-- */
 tr:nth-child(even) {
     background-color: #eee;
 }
@@ -21,7 +21,7 @@ table {
     padding-bottom: 1.5em;
 }
 
-// -->
+/* --> */
     </style>
     <link rel="shortcut icon" href="http://www.debian.org/favicon.ico" />
   </head>

-- 
Static and dynamic websites for Debian Pure Blends



More information about the Blends-commit mailing list