diff options
author | Richard D. Worth <rdworth@gmail.com> | 2012-04-26 09:47:05 -0400 |
---|---|---|
committer | Richard D. Worth <rdworth@gmail.com> | 2012-04-26 09:47:05 -0400 |
commit | 258a637cc614f54dcf5af2ae4fc5dc26d5a630d0 (patch) | |
tree | 57823131cccd30a8b749ac7a50501f64a00ce116 /tests/unit/resizable | |
parent | d165a770279506d42443ab9b6724af500e45ec19 (diff) | |
download | jquery-ui-258a637cc614f54dcf5af2ae4fc5dc26d5a630d0.tar.gz jquery-ui-258a637cc614f54dcf5af2ae4fc5dc26d5a630d0.zip |
Fix various issues in our html files, fifth batch
Diffstat (limited to 'tests/unit/resizable')
-rw-r--r-- | tests/unit/resizable/resizable.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/resizable/resizable.html b/tests/unit/resizable/resizable.html index 9baa67493..558574c5f 100644 --- a/tests/unit/resizable/resizable.html +++ b/tests/unit/resizable/resizable.html @@ -49,7 +49,7 @@ <div id="qunit-fixture"> <div id="resizable1" style="background: green; width: 100px; height: 100px;">I'm a resizable.</div> -<img src="images/test.jpg" id="resizable2" style="width: 100px; height: 100px;"> +<img src="images/test.jpg" id="resizable2" style="width: 100px; height: 100px;" alt="solid gray"> </div> </body> |