unicode fixes
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
import hashlib
|
||||
import copy
|
||||
import json
|
||||
hlskey = hashlib.md5(module.location.url()).hexdigest()
|
||||
%>
|
||||
hlskey = hashlib.md5(module.location.url().encode('utf-8')).hexdigest()%>
|
||||
|
||||
## js templates
|
||||
<script id="metadata-editor-tpl" type="text/template">
|
||||
|
||||
Reference in New Issue
Block a user