mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	Fix #1950 attempt to encode hdomain values before render
This commit is contained in:
		| @@ -7,7 +7,7 @@ | ||||
|         <form> | ||||
|             <div class="row"> | ||||
|                 <div class="col-sm-12 col-md-12"> | ||||
|                     <%= i18n('dead-hosts', 'delete-confirm', {domains: domain_names.join(', ')}) %> | ||||
|                     <%= i18n('dead-hosts', 'delete-confirm', {domains: domain_names.join(', ').toHtmlEntities()}) %> | ||||
|                     <% if (certificate_id) { %> | ||||
|                         <br><br> | ||||
|                         <%- i18n('ssl', 'delete-ssl') %> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user