about summary refs log tree commit diff stats
path: root/src/LYStyle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYStyle.c')
-rw-r--r--src/LYStyle.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/LYStyle.c b/src/LYStyle.c
index 160eff5f..a596214e 100644
--- a/src/LYStyle.c
+++ b/src/LYStyle.c
@@ -237,6 +237,10 @@ where OBJECT is one of EM,STRONG,B,I,U,BLINK etc.\n\n", buffer);
  {
 	parse_attributes(mono,fg,bg,DSTYLE_HIGH,"high");
  }
+ else if (!strcmp(element, "normal")) /* added - kw */
+ {
+	parse_attributes(mono,fg,bg,DSTYLE_NORMAL,"html");
+ }
  /* this may vanish */
  else if (!strncasecmp(element, "candy", 5)) /* [INLINE]'s */
  {