# HG changeset patch
# User Patrick PIERRE
# Date 1359924030 -3600
# Node ID fcb72d5ea08a9e8d89ad4696a01d6e7aed8a7075
# Parent  a637549a98e4dfa06c76f78ba62d62ac4b810d42
Titre et item

diff -r a637549a98e4 -r fcb72d5ea08a Xxe/Css/publiquiz.css
--- a/Xxe/Css/publiquiz.css	dim. févr. 03 19:48:20 2013 +0100
+++ b/Xxe/Css/publiquiz.css	dim. févr. 03 21:40:30 2013 +0100
@@ -485,6 +485,10 @@
   display: block;
 }
 
+category > head > title:after {
+  content: "";
+}
+
 category > item {
   margin-left: 1em;
   margin-bottom: 0.8em;
diff -r a637549a98e4 -r fcb72d5ea08a Xxe/Templates/publiquiz_categories.xml
--- a/Xxe/Templates/publiquiz_categories.xml	dim. févr. 03 19:48:20 2013 +0100
+++ b/Xxe/Templates/publiquiz_categories.xml	dim. févr. 03 21:40:30 2013 +0100
@@ -13,15 +13,15 @@
     <categories>
       <category>
         <head>
-          <title></title>
+          <title>???</title>
         </head>
-        <item></item>
+        <item>???</item>
       </category>
       <category>
         <head>
-          <title></title>
+          <title>???</title>
         </head>
-        <item></item>
+        <item>???</item>
       </category>
     </categories>
   </quiz>