diff options
author | John Mayhew | 2012-02-08 14:39:16 -0800 |
---|---|---|
committer | John Mayhew | 2012-02-08 14:39:16 -0800 |
commit | b6bc8b0bb91382991e6e43ad341304c813124882 (patch) | |
tree | 9ab504c981d2cf3be96a9f80ce638a85300489db /js/components | |
parent | c7b5edf0351d678d26b17eb5e2f995a140e209bb (diff) | |
parent | ab12be4e9a0d9fee4450795077b0107983b5682e (diff) | |
download | ninja-b6bc8b0bb91382991e6e43ad341304c813124882.tar.gz |
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into WorkingBranch
Diffstat (limited to 'js/components')
-rw-r--r-- | js/components/tools-properties/tag-properties.reel/tag-properties.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/components/tools-properties/tag-properties.reel/tag-properties.html b/js/components/tools-properties/tag-properties.reel/tag-properties.html index c7588b9e..2b81bb71 100644 --- a/js/components/tools-properties/tag-properties.reel/tag-properties.html +++ b/js/components/tools-properties/tag-properties.reel/tag-properties.html | |||
@@ -56,9 +56,9 @@ | |||
56 | <label class="label"> Tag Name:</label> | 56 | <label class="label"> Tag Name:</label> |
57 | 57 | ||
58 | <select id="customTagCB" class="nj-skinned"> | 58 | <select id="customTagCB" class="nj-skinned"> |
59 | <option>Article</option> | 59 | <option>article</option> |
60 | <option>Aside</option> | 60 | <option>aside</option> |
61 | <option>Section</option> | 61 | <option>section</option> |
62 | </select> | 62 | </select> |
63 | </div> | 63 | </div> |
64 | 64 | ||