aboutsummaryrefslogtreecommitdiff
path: root/js/components
diff options
context:
space:
mode:
authorValerio Virgillito2012-02-08 11:33:42 -0800
committerValerio Virgillito2012-02-08 11:33:42 -0800
commit10cdeb52403f16d5d4be43a516e8cdfbc866a2a2 (patch)
treec37e41683d633263271d5c1e574f067dab6c34e8 /js/components
parent24f9717f2714f0497382436c4602736283247cf1 (diff)
parent9a404b8a717d0aac0eabb828a4d3cdc8c9c3eed8 (diff)
downloadninja-10cdeb52403f16d5d4be43a516e8cdfbc866a2a2.tar.gz
Merge pull request #21 from mencio/pi_bugs
Pi bugs fixes for 964, 616, 1084
Diffstat (limited to 'js/components')
-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