Changeset 658
- Timestamp:
- 04/11/10 21:34:57 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wymeditor/plugins/tidy/jquery.wymeditor.tidy.js
r632 r658 27 27 options = jQuery.extend({ 28 28 29 sUrl: "wymeditor/plugins/tidy/tidy.php",30 sButtonHtml: "<li class='wym_tools_tidy'>"31 + "<a name='CleanUp' href='#'"32 + " style='background-image:"33 + " url(wymeditor/plugins/tidy/wand.png)'>"34 + "Clean up HTML"35 + "</a></li>",29 sUrl: wym._options.basePath + "plugins/tidy/tidy.php", 30 sButtonHtml: "<li class='wym_tools_tidy'>" 31 + "<a name='CleanUp' href='#'" 32 + " style='background-image:" 33 + " url(" + wym._options.basePath + "plugins/tidy/wand.png)'>" 34 + "Clean up HTML" 35 + "</a></li>", 36 36 37 37 sButtonSelector: "li.wym_tools_tidy a"
Note: See TracChangeset
for help on using the changeset viewer.