diff options
author | Alexandru DAMIAN <alexandru.damian@intel.com> | 2015-05-11 18:58:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-14 18:04:09 +0100 |
commit | c5a16235b8b56102703bc264768ba386ebe90611 (patch) | |
tree | 1a3822b4225ac5de88cc812e14ec0080ffec0a4b /bitbake/lib/toaster/toastergui/templates/newproject.html | |
parent | 35d75c83522a050f0e35a33f73317461e2adf554 (diff) | |
download | poky-c5a16235b8b56102703bc264768ba386ebe90611.tar.gz |
bitbake: toaster: fix html5 compliance
This patch brings needed changes in all views so that
each view passes the HTML5 compliance test by the
W3C Markup Service.
(Bitbake rev: 6e60ed8ab71e4300ab571f42b7af5011086df697)
Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/newproject.html')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/newproject.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/newproject.html b/bitbake/lib/toaster/toastergui/templates/newproject.html index dcb6590642..ed3a279052 100644 --- a/bitbake/lib/toaster/toastergui/templates/newproject.html +++ b/bitbake/lib/toaster/toastergui/templates/newproject.html | |||
@@ -43,7 +43,7 @@ | |||
43 | </fieldset> | 43 | </fieldset> |
44 | 44 | ||
45 | <div class="form-actions"> | 45 | <div class="form-actions"> |
46 | <input type="submit" class="btn btn-primary btn-large" value="Create project"></input> | 46 | <input type="submit" class="btn btn-primary btn-large" value="Create project"/> |
47 | <span class="help-inline" style="vertical-align:middle;">To create a project, you need to enter a project name</span> | 47 | <span class="help-inline" style="vertical-align:middle;">To create a project, you need to enter a project name</span> |
48 | </div> | 48 | </div> |
49 | </form> | 49 | </form> |
@@ -64,7 +64,8 @@ | |||
64 | </div> | 64 | </div> |
65 | {% endif %} | 65 | {% endif %} |
66 | 66 | ||
67 | </div> | 67 | </div> |
68 | |||
68 | <script type="text/javascript"> | 69 | <script type="text/javascript"> |
69 | $(document).ready(function () { | 70 | $(document).ready(function () { |
70 | // hide the new project button | 71 | // hide the new project button |
@@ -95,5 +96,5 @@ | |||
95 | }); | 96 | }); |
96 | }) | 97 | }) |
97 | </script> | 98 | </script> |
98 | </div> | 99 | |
99 | {% endblock %} | 100 | {% endblock %} |