diff options
author | Richard Worth <rdworth@gmail.com> | 2009-02-21 11:34:08 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-02-21 11:34:08 +0000 |
commit | bf43ab6d30846b1ac856ae5c033019f50fe3a152 (patch) | |
tree | fb72d1525a910156a4a9ebd13d78d5d0f40d39da /tests/visual/dialog | |
parent | 1141b61c0ea45317cee5dbaff093ac3b65459645 (diff) | |
download | jquery-ui-bf43ab6d30846b1ac856ae5c033019f50fe3a152.tar.gz jquery-ui-bf43ab6d30846b1ac856ae5c033019f50fe3a152.zip |
Added diffs to static and visual markup side-by-side tests
Diffstat (limited to 'tests/visual/dialog')
-rw-r--r-- | tests/visual/dialog/default.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/visual/dialog/default.html b/tests/visual/dialog/default.html index 678f61c9e..b5cc04570 100644 --- a/tests/visual/dialog/default.html +++ b/tests/visual/dialog/default.html @@ -18,7 +18,9 @@ <body> <div id="dialog" title="Dialog Title"> - <p> Dialog Content </p> + <p> + Dialog Content + </p> </div> </body> |