Opened 10 years ago
Closed 10 years ago
#5440 closed Bug (fixed)
Simple HTML problem
Reported by: | MMarco | Owned by: | jordan |
---|---|---|---|
Priority: | Low | Milestone: | 2.82 |
Component: | Web Client | Version: | 2.81 |
Severity: | Minor | Keywords: | web |
Cc: |
Description
I noticed that in index.html file the viewport line is wrong: now it is
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
where it should be comma-separated i.e.
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
This could create some layout problem on some Android or Windows Phone devices.
Change History (2)
comment:1 Changed 10 years ago by jordan
- Milestone changed from None Set to 2.82
- Owner set to jordan
- Status changed from new to assigned
comment:2 Changed 10 years ago by jordan
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r14145.