mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-01 00:38:32 +01:00 
			
		
		
		
	Fix readme render bug (#15649)
This commit is contained in:
		
							parent
							
								
									2c57352a30
								
							
						
					
					
						commit
						d7dbe4feeb
					
				| @ -512,6 +512,7 @@ func renderFile(ctx *context.Context, entry *git.TreeEntry, treeLink, rawLink st | ||||
| 			} | ||||
| 			ctx.Data["FileContent"] = result.String() | ||||
| 		} else if readmeExist { | ||||
| 			buf, _ := ioutil.ReadAll(rd) | ||||
| 			ctx.Data["IsRenderedHTML"] = true | ||||
| 			ctx.Data["FileContent"] = strings.ReplaceAll( | ||||
| 				gotemplate.HTMLEscapeString(string(buf)), "\n", `<br>`, | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user