Re: css codes in html
Don Koch <[email protected]>
| Newsgroups | gmane.mail.exmh.user |
|---|---|
| Message-ID | <[email protected]> |
This is for 2.7.0, but should apply to 2.7.2. Mind you, this is
a quick hack since my tcl is very rusty:
The file is nominally in /usr/lib/exmh-2.7.0.
--- html_dpackage.tcl.orig 2004-06-19 16:26:46.000000000 -0400
+++ html_dpackage.tcl 2005-08-22 09:20:32.000000000 -0400
@@ -381,6 +381,12 @@
set data ""
}
+# remove <style> block (since we don't process it, yet)
+proc HMtag_style {win param text} {
+ upvar $text data
+ set data ""
+}
+
proc HMtag_br {win param text} {
upvar #0 HM$win var
--
Don Koch
http://www.krl.com/