0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-06-30 22:19:29 -04:00

[chars] Added digits instead of spaces

I don't know why there was a space as the second character,
but I guess it could be character on position -1 or position +1.
Also commented preformat_script in dumps.
This commit is contained in:
Witold Filipczyk 2023-07-31 08:19:49 +02:00
parent f45cff02e0
commit 54d712a1ab
2 changed files with 2 additions and 2 deletions

View File

@ -502,7 +502,7 @@ dump_formatted(int fd, struct download *download, struct cache_entry *cached)
o.dump = 1;
#ifdef CONFIG_SCRIPTING
maybe_pre_format_html(cached, NULL);
// maybe_pre_format_html(cached, NULL);
#endif
init_vs(&vs, cached->uri, -1);

View File

@ -1 +1 @@
U+00C0 À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï
U+00C0 1À2Á3Â4Ã5Ä6Å7Æ8Ç9È