mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Merge tag '4.7.17.3' into develop
4.7.17.3 # Conflicts: # changelog.md # config/firefly.php
This commit is contained in:
		| @@ -18,8 +18,8 @@ | ||||
|                         <h3 class="box-title">{{ 'mandatoryFields'|_ }}</h3> | ||||
|                     </div> | ||||
|                     <div class="box-body"> | ||||
|                         {{ ExpandedForm.staticText('filename',attachment.filename) }} | ||||
|                         {{ ExpandedForm.staticText('mime',attachment.mime) }} | ||||
|                         {{ ExpandedForm.staticText('filename',attachment.filename|escape) }} | ||||
|                         {{ ExpandedForm.staticText('mime',attachment.mime|escape) }} | ||||
|                         {{ ExpandedForm.staticText('size',attachment.size|filesize) }} | ||||
|                     </div> | ||||
|                 </div> | ||||
|   | ||||
| @@ -31,7 +31,7 @@ | ||||
|                         </div> | ||||
|                     </form> | ||||
|                     <p> | ||||
|                         {{ trans('firefly.search_for_query', {query: query})|raw}} | ||||
|                         {{ trans('firefly.search_for_query', {query: query|escape})|raw}} | ||||
|                     </p> | ||||
|                     {% if modifiers|length > 0 %} | ||||
|                         <p>{{ trans('firefly.modifiers_applies_are') }}</p> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user