Skip to content

Commit

Permalink
make all elements valid. Probably asking for trouble, but it's a default
Browse files Browse the repository at this point in the history
  • Loading branch information
issackelly committed Apr 13, 2011
1 parent 1de66a3 commit 7d94291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion servee/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION = (0, 6, 0, "a", 1) # following PEP 386
DEV_N = "22"
DEV_N = "23"


# cribbed from pinax
Expand Down
2 changes: 1 addition & 1 deletion servee/wysiwyg/tinymce/static/servee/wysiwyg/js/tinymce.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function load_wysiwyg($par){
script_url : '/site_media/static/tinymce/jscripts/tiny_mce/tiny_mce_src.js',

// General options
extend_valid_elements: 'script[charset|defer|language|src|type],iframe,img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name|obj|param|embed],inline[id|ids|type|filter|class|template]',
valid_elements: '*[*]',
theme : 'advanced',
plugins: 'paste,media,autoresize',
fix_list_elements : true,
Expand Down

0 comments on commit 7d94291

Please sign in to comment.