mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 05:11:27 +00:00 
			
		
		
		
	escape category name
This commit is contained in:
		
							parent
							
								
									dbb9e09070
								
							
						
					
					
						commit
						d13bc2a6bb
					
				|  | @ -224,7 +224,7 @@ console.log(params); | |||
| 			if(!$nodocumentformfields || !in_array('categories', $nodocumentformfields)) { | ||||
| 				$options = array(); | ||||
| 				foreach($categories as $category) { | ||||
| 					$options[] = array($category->getID(), $category->getName()); | ||||
| 					$options[] = array($category->getID(), htmlspecialchars($category->getName())); | ||||
| 				} | ||||
| 				$this->formField( | ||||
| 					getMLText("categories"), | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann