aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/tag-properties.reel/tag-properties.html
diff options
context:
space:
mode:
authorNivesh Rajbhandari2012-02-08 14:26:45 -0800
committerNivesh Rajbhandari2012-02-08 14:26:45 -0800
commit72805efb66c372bec2df8a2686dfd56c9ed26622 (patch)
treed58ee74c0f6bc9c0e90ff9526afd72983b40f598 /js/components/tools-properties/tag-properties.reel/tag-properties.html
parent2d68f944e93b201deb46015392e706b7a24201c9 (diff)
parentab12be4e9a0d9fee4450795077b0107983b5682e (diff)
downloadninja-72805efb66c372bec2df8a2686dfd56c9ed26622.tar.gz
Merge branch 'refs/heads/ninja-internal' into ToolFixes
Diffstat (limited to 'js/components/tools-properties/tag-properties.reel/tag-properties.html')
-rw-r--r--js/components/tools-properties/tag-properties.reel/tag-properties.html6
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