mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Fix #2363
This commit is contained in:
		| @@ -17,7 +17,7 @@ | ||||
|                     </div> | ||||
|                     <div class="box-body"> | ||||
|                         {{ ExpandedForm.staticText('type', sourceType.type|_) }} | ||||
|                         {{ ExpandedForm.staticText('description', '<a href="'~route('transactions.show', journal.id)~'">'~journal.description~'</a>') }} | ||||
|                         {{ ExpandedForm.staticText('description', '<a href="'~route('transactions.show', journal.id)~'">'~journal.description|escape~'</a>') }} | ||||
|                         {{ ExpandedForm.staticText('date', journal.date.formatLocalized(monthAndDayFormat)) }} | ||||
|  | ||||
|                         {# in case of withdrawal #} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user