Merge lp:~daker/qtcreator-plugin-ubuntu/fix.1335692 into lp:qtcreator-plugin-ubuntu

Proposed by Adnane Belmadiaf
Status: Merged
Approved by: Zoltan Balogh
Approved revision: 191
Merged at revision: 199
Proposed branch: lp:~daker/qtcreator-plugin-ubuntu/fix.1335692
Merge into: lp:qtcreator-plugin-ubuntu
Diff against target: 12 lines (+1/-1)
1 file modified
share/qtcreator/templates/wizards/ubuntu/html5-simple/www/index.html (+1/-1)
To merge this branch: bzr merge lp:~daker/qtcreator-plugin-ubuntu/fix.1335692
Reviewer Review Type Date Requested Status
Alexandre Abreu (community) Approve
Review via email: mp+225657@code.launchpad.net

Commit message

Fixed data-role name in the HTML5 app template

To post a comment you must log in.
Revision history for this message
Alexandre Abreu (abreu-alexandre) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'share/qtcreator/templates/wizards/ubuntu/html5-simple/www/index.html'
2--- share/qtcreator/templates/wizards/ubuntu/html5-simple/www/index.html 2014-05-12 16:57:31 +0000
3+++ share/qtcreator/templates/wizards/ubuntu/html5-simple/www/index.html 2014-07-04 13:00:09 +0000
4@@ -40,7 +40,7 @@
5
6 <!-- The application main page -->
7
8- <div data-role="page" id="hello-page">
9+ <div data-role="tab" id="hello-page">
10
11 <section data-role="list">
12 <header class="large-font">My List Header</header>

Subscribers

People subscribed via source and target branches