Changeset 14145


Ignore:
Timestamp:
Jul 24, 2013, 10:33:59 PM (10 years ago)
Author:
jordan
Message:

(trunk, web) #5440: fix syntax error in index.html's meta name='viewport' entry.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/index.html

    r14090 r14145  
    44                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    55                <meta http-equiv="X-UA-Compatible" content="IE=8,IE=9"><!-- ticket #4555 -->
    6                 <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
     6                <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
    77                <meta name="apple-mobile-web-app-capable" content="yes" />
    88                <link href="./images/favicon.ico" rel="icon" />
Note: See TracChangeset for help on using the changeset viewer.