1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/document
Kalle Olavi Niemitalo c283b128b6 Bug 387: Treat &#013; inside <pre>...</pre> as a newline.
Recognize all of &#13; &#10; &#xA; &#xD; with any number of leading
zeroes.  (Previously only &#13; and &#x0A; were supported.)  All of
these are case insensitive.

Treat each CR+LF combination (&#13;&#10;) as a single newline.
2006-11-11 20:31:25 +02:00
..
css The massive attack: the only property of options used by get_attr_val was 2006-08-05 18:06:28 +02:00
dom Rename CONFIG_UTF_8 to CONFIG_UTF8. 2006-09-17 16:12:47 +03:00
html Bug 387: Treat &#013; inside <pre>...</pre> as a newline. 2006-11-11 20:31:25 +02:00
plain Fix spurious gcc warning 2006-11-03 19:22:14 +01:00
docdata.c
docdata.h
document.c Moved the setTimeout timer to the struct document. 2006-10-24 16:47:41 +02:00
document.h Moved the setTimeout timer to the struct document. 2006-10-24 16:47:41 +02:00
forms.c
forms.h Bug 821: Document the charsets of buffers for BFU and form input fields. 2006-10-25 19:46:01 +03:00
Makefile
options.c
options.h Rename CONFIG_UTF_8 to CONFIG_UTF8. 2006-09-17 16:12:47 +03:00
refresh.c
refresh.h
renderer.c Rename CONFIG_UTF_8 to CONFIG_UTF8. 2006-09-17 16:12:47 +03:00
renderer.h
view.h