mirror of
				https://github.com/Icinga/icinga-php-thirdparty.git
				synced 2025-10-31 03:03:55 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			135 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			135 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| /**
 | |
|  * Concrete start token class.
 | |
|  */
 | |
| class HTMLPurifier_Token_Start extends HTMLPurifier_Token_Tag
 | |
| {
 | |
| }
 | |
| 
 | |
| // vim: et sw=4 sts=4
 |