From bc2b2d561e6bbec99539468c13bffe9fe7574488 Mon Sep 17 00:00:00 2001 From: Brian Hartvigsen Date: Thu, 1 Jun 2017 11:57:19 -0600 Subject: [PATCH] Fix escaping display name Comics with an single quote `'` could not be imported as it brake the `onclick` javascript --- data/interfaces/default/importresults.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/interfaces/default/importresults.html b/data/interfaces/default/importresults.html index a7226646..3be76d6e 100755 --- a/data/interfaces/default/importresults.html +++ b/data/interfaces/default/importresults.html @@ -136,7 +136,7 @@ ${result['ImportDate']} %if result['Status'] == 'Not Imported' and result['SRID'] is None: - [Import] + [Import] %endif [Remove] %if result['SRID'] is not None and result['Status'] != 'Imported':