forked from gitea/gitea
		
	Fix label render containing invalid HTML (#27752)
- The label HTML contained a quote that wasn't being closed. Refs: https://codeberg.org/forgejo/forgejo/pulls/1651 (cherry picked from commit e2bc2c9a1fff482c49dbeb3a51e4e1c698bf506c) Co-authored-by: Gusted <postmaster@gusted.xyz>
This commit is contained in:
		
							parent
							
								
									51d1dc22ff
								
							
						
					
					
						commit
						6352114a77
					
				| @ -179,7 +179,7 @@ func RenderLabel(ctx context.Context, label *issues_model.Label) template.HTML { | ||||
| 
 | ||||
| 	s := fmt.Sprintf("<span class='ui label scope-parent' title='%s'>"+ | ||||
| 		"<div class='ui label scope-left' style='color: %s !important; background-color: %s !important'>%s</div>"+ | ||||
| 		"<div class='ui label scope-right' style='color: %s !important; background-color: %s !important''>%s</div>"+ | ||||
| 		"<div class='ui label scope-right' style='color: %s !important; background-color: %s !important'>%s</div>"+ | ||||
| 		"</span>", | ||||
| 		description, | ||||
| 		textColor, scopeColor, scopeText, | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Earl Warren
						Earl Warren