dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #29677
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 15021: minor fix
------------------------------------------------------------
revno: 15021
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Sun 2014-04-27 20:09:34 +0545
message:
minor fix
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/main.vm
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/main.vm'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/main.vm 2014-04-27 14:22:44 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/main.vm 2014-04-27 14:24:34 +0000
@@ -1,5 +1,8 @@
<!DOCTYPE HTML>
-<html>
+<!--[if IE 7]><html #if( $manifest ) manifest="$manifest" #end class="ie7"><![endif]-->
+<!--[if IE 8]><html #if( $manifest ) manifest="$manifest" #end class="ie8"><![endif]-->
+<!--[if IE 9]><html #if( $manifest ) manifest="$manifest" #end class="ie9"><![endif]-->
+<![if !IE]><html #if( $manifest ) manifest="$manifest" #end><![endif]>
<head>
<title>$encoder.htmlEncode( $applicationTitle )</title>
<meta name="description" content="DHIS 2">