diff options
author | Nivesh Rajbhandari | 2012-02-08 14:26:45 -0800 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-02-08 14:26:45 -0800 |
commit | 72805efb66c372bec2df8a2686dfd56c9ed26622 (patch) | |
tree | d58ee74c0f6bc9c0e90ff9526afd72983b40f598 /js/components/tools-properties | |
parent | 2d68f944e93b201deb46015392e706b7a24201c9 (diff) | |
parent | ab12be4e9a0d9fee4450795077b0107983b5682e (diff) | |
download | ninja-72805efb66c372bec2df8a2686dfd56c9ed26622.tar.gz |
Merge branch 'refs/heads/ninja-internal' into ToolFixes
Diffstat (limited to 'js/components/tools-properties')
-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 | ||