diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2016-11-12 14:12:41 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2016-11-12 14:12:41 +0000 |
commit | 23381a4d35504ac935f46cf178194da05ffdecce (patch) | |
tree | a4307a6895dc693ad55f6dd19278910e3cba243c | |
parent | Prevent infinite recursion with nested table and textarea (diff) | |
download | w3m-23381a4d35504ac935f46cf178194da05ffdecce.tar.gz w3m-23381a4d35504ac935f46cf178194da05ffdecce.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2016-11-12 Tatsuya Kinoshita <tats@debian.org> + + * table.c: Prevent infinite recursion with nested table and textarea. + Bug-Debian: https://github.com/tats/w3m/issues/20 + 2016-11-09 Tatsuya Kinoshita <tats@debian.org> * table.c: Check indent_level to prevent infinite recursion. |