diff options
Diffstat (limited to 'pith')
-rw-r--r-- | pith/filter.c | 4 | ||||
-rw-r--r-- | pith/pine.hlp | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/pith/filter.c b/pith/filter.c index 36ef3ed9..2800a3ba 100644 --- a/pith/filter.c +++ b/pith/filter.c @@ -7230,10 +7230,6 @@ html_element_collector(FILTER_S *fd, int ch) else if(ED(fd)->proc_inst){ return(1); /* return without display... */ } - else if(!strucmp(ED(fd)->element,"STYLE") && ED(fd)->badform){ - dprint((2, "-- html error: empty tag with STYLE parameter!")); - return(1); - } else if(!ED(fd)->quoted || ED(fd)->badform){ ELPROP_S *ep; diff --git a/pith/pine.hlp b/pith/pine.hlp index 626aa3af..9d362379 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any reasonable place to be called from. Dummy change to get revision in pine.hlp ============= h_revision ================= -Alpine Commit 42 2014-02-02 00:15:19 +Alpine Commit 43 2014-02-09 15:14:42 ============= h_news ================= <HTML> <HEAD> @@ -179,6 +179,10 @@ Additions include: <P> <UL> + <LI> Style tag in body of html message causes Alpine to not write its content + until a new </style> + <LI> Pico: New subcommand of the search command, allows to reverse the + direction of search. <LI> Upgrade UW-IMAP to Panda IMAP from <A HREF="https://github.com/jonabbey/panda-imap">https://github.com/jonabbey/panda-imap</A>. <LI> Replace tabs by spaces in From and Subject fields to control for @@ -213,6 +217,8 @@ Additions include: <LI> Pico: Justification works without need of a predefined quote string. This allows justification of blocks of text that are indented with spaces. + <LI> Check bounds and tie strings off to improve security. Contributed + by James Jerkins. </UL> <P> |