diff options
author | Valerio Virgillito | 2012-02-07 17:42:04 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-02-07 17:42:04 -0800 |
commit | 9a404b8a717d0aac0eabb828a4d3cdc8c9c3eed8 (patch) | |
tree | 64226f2ce5de778e0017ca0b0c560e9ac95df861 /js/components | |
parent | a930295dfebd7fe7b4db5324b2048e6e7366c6d8 (diff) | |
download | ninja-9a404b8a717d0aac0eabb828a4d3cdc8c9c3eed8.tar.gz |
IKNINJA - 1084: Fixing the custom tag.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
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 | ||