Fix: wrong mimetype and content value for HTML5 example
authorRomain Forlot <romain.forlot@iot.bzh>
Thu, 4 May 2017 14:32:59 +0000 (16:32 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 4 May 2017 14:32:59 +0000 (16:32 +0200)
Change-Id: I48e1ec6ec4d78b828572e3d0b009c78f6ede41c6
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
templates/html5/packaging/wgt/config.xml.in

index 99c0168..9af897b 100644 (file)
@@ -2,7 +2,7 @@
 <widget xmlns="http://www.w3.org/ns/widgets" id="@PROJECT_NAME@" version="@PROJECT_VERSION@">
   <name>@PROJECT_NAME@</name>
   <icon src="icon.png"/>
-  <content src="htdocs/index.html" type="application/vnd.agl.html.hybrid"/>
+  <content src="index.html" type="text/html"/>
   <description>@PROJECT_DESCRIPTION@</description>
   <author>Romain Forlot &lt;romain.forlot@iot.bzh&gt;</author>
   <license>APL 2.0</license>