Escape HTML elements in commit messages
This commit is contained in:
		
							parent
							
								
									6fc73d2320
								
							
						
					
					
						commit
						fc084f6e52
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -17,7 +17,7 @@ body = """ | |||
|     * [<tt>{{ commit.id | split(pat="") | slice(end=11) | join() }}</tt>]\ | ||||
|       (https://code.host.antville.org/antville/helma/commit/{{ commit.id }}) \ | ||||
|       {% if commit.breaking %}**Breaking:** {% endif %}\ | ||||
|       {{ commit.message | split(pat="\\n") | first | upper_first }}\ | ||||
|       {{ commit.message | split(pat="\\n") | first | upper_first | escape }}\ | ||||
|   {% endfor %} | ||||
| {% endfor %} | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue