[gen] Allow to show transitions on 'view' and/or 'result' layout types.
This commit is contained in:
		
							parent
							
								
									e0cef5eed5
								
							
						
					
					
						commit
						da1f2699cd
					
				
					 7 changed files with 33 additions and 12 deletions
				
			
		| 
						 | 
				
			
			@ -59,7 +59,8 @@ HTML_ENTITIES = {
 | 
			
		|||
        'ouml':'ö', 'divide':'÷', 'oslash':'ø', 'ugrave':'ù', 'uacute':'ú',
 | 
			
		||||
        'ucirc':'û', 'uuml':'ü', 'yacute':'ý', 'thorn':'þ', 'yuml':'ÿ',
 | 
			
		||||
        'euro':'€', 'nbsp':' ', "rsquo":"'", "lsquo":"'", "ldquo":"'",
 | 
			
		||||
        "rdquo":"'", 'ndash': ' ', 'oelig':'oe', 'quot': "'", 'mu': 'µ'}
 | 
			
		||||
        "rdquo":"'", 'ndash': '—', 'mdash': '—', 'oelig':'oe', 'quot': "'",
 | 
			
		||||
        'mu': 'µ'}
 | 
			
		||||
import htmlentitydefs
 | 
			
		||||
for k, v in htmlentitydefs.entitydefs.iteritems():
 | 
			
		||||
    if not HTML_ENTITIES.has_key(k) and not XML_ENTITIES.has_key(k):
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue