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:
parent
f45cff02e0
commit
54d712a1ab
@ -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);
|
||||
|
@ -1 +1 @@
|
||||
U+00C0 À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï
|
||||
U+00C0 1À2Á3Â4Ã5Ä6Å7Æ8Ç9È
|
||||
|
Loading…
x
Reference in New Issue
Block a user