summaryrefslogtreecommitdiff
path: root/pith/filter.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2014-02-09 15:16:46 -0700
committerEduardo Chappa <chappa@washington.edu>2014-02-09 15:16:46 -0700
commite75dd9ceb169094ba4e6c22cd9327f1bb5a59777 (patch)
tree6f81d102ba774246d4f3903869a715c1f7fb50f6 /pith/filter.c
parent18a5af00c1cf15852d694d20c58e7271112263d8 (diff)
downloadalpine-e75dd9ceb169094ba4e6c22cd9327f1bb5a59777.tar.xz
* Add .pine-crash to man page.
* Add backward search support for Pico and file browser. * Style tag in html body causes all text to disappear until we find a </style> tag. * Shorten name of temporary file for a mailcap command.
Diffstat (limited to 'pith/filter.c')
-rw-r--r--pith/filter.c4
1 files changed, 0 insertions, 4 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;