mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Fix similar XSS issues.
This commit is contained in:
		| @@ -64,7 +64,7 @@ | ||||
|                                                     {% endif %} | ||||
|                                                 {% endfor %} | ||||
|                                                 {% if account.status != 'ACTIVE' %} | ||||
|                                                     <li>{{ trans('import.bunq_account_status_'~account.status) }}</li> | ||||
|                                                     <li>{{ trans('import.bunq_account_status_'~account.status|escape) }}</li> | ||||
|                                                 {% endif %} | ||||
|                                                 {% if account.type == 'MonetaryAccountSavings' %} | ||||
|                                                     <li>{{ trans('import.bunq_savings_goal', {'amount': account.savingsGoal.currency ~' '~account.savingsGoal.value,'percentage' : account.savingsGoal.percentage}) }}</li> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user