mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2024-12-23 00:25:15 +01:00
Encoding corrected to match a hash (#285)
This commit is contained in:
parent
e29f1165aa
commit
c8fd5995f6
@ -174,7 +174,7 @@
|
||||
var trailing_punctuation_improved = ['.', ',', ':', ';', '.)'];
|
||||
var wrapping_punctuation_django = [['(', ')'], ['<', '>'], ['<', '>']];
|
||||
var wrapping_punctuation_improved = [['(', ')'], ['<', '>'], ['<', '>'],
|
||||
['\u201c', '\u201d'], ['\u2018', '\u2019']];
|
||||
['“', '”'], ['‘', '’']];
|
||||
var word_split_re_django = /(\s+)/;
|
||||
var word_split_re_improved = /([\s<>"]+)/;
|
||||
var simple_url_re = /^https?:\/\/\w/i;
|
||||
|
Loading…
Reference in New Issue
Block a user