Fix restructured text.

svn path=/plone.app.discussion/trunk/; revision=40511
This commit is contained in:
Timo Stollenwerk 2010-10-04 19:19:34 +00:00
parent 4b40575dd1
commit 7bdf340c88
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ Changelog
This fixes http://dev.plone.org/plone/ticket/11156.
[timo]
- Use "(function($) { /* some code that uses $ */ })(jQuery)" instead of
"$(document).ready(function(){ /* some code that uses $ */ });" to invoke
- Use "(function($) { /* some code that uses $ \*/ })(jQuery)" instead of
"$(document).ready(function(){ /* some code that uses $ \*/ });" to invoke
jQuery code.
[timo]