don't strip table attributes
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3617 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
		
							parent
							
								
									b7e1d775ee
								
							
						
					
					
						commit
						71132017e7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -27,7 +27,7 @@ from cybertools.text.lib.BeautifulSoup import BeautifulSoup, Comment | |||
| validTags = ('b br div em font h1 h2 h3 i li ol p pre span strong ' | ||||
|              'table td tr u ul').split() | ||||
| 
 | ||||
| validAttrs = 'class style'.split() | ||||
| validAttrs = 'class style border cellspacing cellpadding align'.split() | ||||
| 
 | ||||
| validStyles = 'font-style font-weight'.split() | ||||
| validStyleParts = 'border padding'.split() | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 helmutm
						helmutm