=== modified file 'src/docbkx/en/dhis2_user_man_apps.xml' --- src/docbkx/en/dhis2_user_man_apps.xml 2013-06-10 17:03:48 +0000 +++ src/docbkx/en/dhis2_user_man_apps.xml 2013-06-11 12:14:36 +0000 @@ -62,11 +62,11 @@ DHIS 2 instance. The App can contain HTML, Javascript, CSS and image files. The file structure looks like this: - appname/ #html files -appname/manifest.webapp #manifest file -appname/css/ #css stylesheets -appname/img/ #images -appname/js/  #javascripts + / #html files +/manifest.webapp #manifest file +/css/ #css stylesheets +/img/ #images +/js/  #javascripts All the files in the project should then be compressed into a standard zip package. This zip package can then be installed into DHIS 2 as you will see in the next section.