diff options
author | John Mayhew | 2012-05-07 17:39:30 -0700 |
---|---|---|
committer | John Mayhew | 2012-05-07 17:39:30 -0700 |
commit | 1196fcee1c7e5e86edb387cdbc1b08d40926ca15 (patch) | |
tree | 82aec443a4ce71aeb3c35cd106f4142b460fc7ec /js/components/tools-properties/brush-properties.reel/brush-properties.html | |
parent | db4ba95f50148198759dde503ec1c778184d9dbe (diff) | |
download | ninja-1196fcee1c7e5e86edb387cdbc1b08d40926ca15.tar.gz |
Fixed missing quote from last merge
Diffstat (limited to 'js/components/tools-properties/brush-properties.reel/brush-properties.html')
-rwxr-xr-x | js/components/tools-properties/brush-properties.reel/brush-properties.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/components/tools-properties/brush-properties.reel/brush-properties.html b/js/components/tools-properties/brush-properties.reel/brush-properties.html index 38b317e2..a820dd04 100755 --- a/js/components/tools-properties/brush-properties.reel/brush-properties.html +++ b/js/components/tools-properties/brush-properties.reel/brush-properties.html | |||
@@ -91,7 +91,7 @@ | |||
91 | <input data-montage-id="doSmoothing" type="checkbox" name="doSmoothingControl" class="nj-skinned"/><label class="label">Smoothing</label> | 91 | <input data-montage-id="doSmoothing" type="checkbox" name="doSmoothingControl" class="nj-skinned"/><label class="label">Smoothing</label> |
92 | <div data-montage-id="smoothingAmount" class="label"></div> | 92 | <div data-montage-id="smoothingAmount" class="label"></div> |
93 | <input data-montage-id="useCalligraphic" type="checkbox" name="useCalligraphicControl" class="nj-skinned"/><label class="label">Calligraphic</label> | 93 | <input data-montage-id="useCalligraphic" type="checkbox" name="useCalligraphicControl" class="nj-skinned"/><label class="label">Calligraphic</label> |
94 | <label data-montage-id="angleLabel class="label"">Angle:</label> | 94 | <label data-montage-id="angleLabel" class="label"">Angle:</label> |
95 | <div data-montage-id="strokeAngle" class="label"></div> | 95 | <div data-montage-id="strokeAngle" class="label"></div> |
96 | </div> | 96 | </div> |
97 | </body> | 97 | </body> |