diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gmdocument.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gmdocument.c b/src/gmdocument.c index 6fa275a8..38077689 100644 --- a/src/gmdocument.c +++ b/src/gmdocument.c | |||
@@ -316,7 +316,8 @@ static iBool isAllowedLinkIcon_Char_(iChar icon) { | |||
316 | icon == 0x2022 /* bullet */ || | 316 | icon == 0x2022 /* bullet */ || |
317 | icon == 0x2139 /* info */ || | 317 | icon == 0x2139 /* info */ || |
318 | (icon >= 0x2190 && icon <= 0x21ff /* arrows */) || | 318 | (icon >= 0x2190 && icon <= 0x21ff /* arrows */) || |
319 | icon == 0x2a2f /* close X */ || icon == 0x2b50; | 319 | icon == 0x2a2f /* close X */ || |
320 | (icon >= 0x2b00 && icon <= 0x2bff); | ||
320 | } | 321 | } |
321 | 322 | ||
322 | static iRangecc addLink_GmDocument_(iGmDocument *d, iRangecc line, iGmLinkId *linkId) { | 323 | static iRangecc addLink_GmDocument_(iGmDocument *d, iRangecc line, iGmLinkId *linkId) { |