diff --git a/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/Document_getSummaryAsHTML.xml b/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/Document_getSummaryAsHTML.xml
index 7624a9ae1942ab9625fed74d17c92b4de85364fd..707fff7e6226b1c1c148f3fd8a62d8d8841ca202 100644
--- a/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/Document_getSummaryAsHTML.xml
+++ b/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/Document_getSummaryAsHTML.xml
@@ -42,7 +42,7 @@
               display string:thumbnail;\n
               icon here/getIcon;\n
               title here/getTitle;\n
-              modification_date python: here.getModificationDate();\n
+              modification_date python: here.Base_FormatDate(here.getModificationDate(),hour_minute=1);\n
               format python: here.getObject().portal_preferences.getPreference(\'preferred_image_format\', \'png\');\n
               description python: here.getDescription();\n
               box_relative_url python: request.get(\'box_relative_url\', \'\');\n
@@ -87,10 +87,22 @@
 
 ]]></string> </value>
         </item>
+        <item>
+            <key> <string>content_type</string> </key>
+            <value> <string>text/html</string> </value>
+        </item>
+        <item>
+            <key> <string>expand</string> </key>
+            <value> <int>0</int> </value>
+        </item>
         <item>
             <key> <string>id</string> </key>
             <value> <string>Document_getSummaryAsHTML</string> </value>
         </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string></string> </value>
+        </item>
       </dictionary>
     </pickle>
   </record>
diff --git a/bt5/erp5_web/bt/revision b/bt5/erp5_web/bt/revision
index 3d3f9551e6ffbdf8c021b38b4edd35646a5c3582..14e963ae25a763ee1f1d13138a5a7ef66f0e8194 100644
--- a/bt5/erp5_web/bt/revision
+++ b/bt5/erp5_web/bt/revision
@@ -1 +1 @@
-973
\ No newline at end of file
+975
\ No newline at end of file