diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-04 16:32:59 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-04 16:32:59 +0200 |
commit | bb5d36c29b1f4028261873ee52e1c9a788e4214d (patch) | |
tree | 11391843c4ac82bf90c473b7eb28806e018d9143 | |
parent | 4904e4b759b1b56e86bd06345929edc3143fafe8 (diff) |
Fix: wrong mimetype and content value for HTML5 example
Change-Id: I48e1ec6ec4d78b828572e3d0b009c78f6ede41c6
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r-- | templates/html5/packaging/wgt/config.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/html5/packaging/wgt/config.xml.in b/templates/html5/packaging/wgt/config.xml.in index 99c0168..9af897b 100644 --- a/templates/html5/packaging/wgt/config.xml.in +++ b/templates/html5/packaging/wgt/config.xml.in @@ -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 <romain.forlot@iot.bzh></author> <license>APL 2.0</license> |