Add br to scrubl
[mudsync.git] / mudsync / scrubl.scm
index d25200fbcd9d8cd5ede9a460e49eb00012c8d162..88438be8f14ff26c03d63ee95243250a59c09959 100644 (file)
@@ -127,5 +127,6 @@ Pass in optional extra ARGS to the main META-WRITE"
 (define scrubl-sxml
   (make-scrubl `((p . ,(scrubl-sxml-simple-field 'p))
                  (strong . ,(scrubl-sxml-simple-field 'strong)) ; usually bold
-                 (emph . ,(scrubl-sxml-simple-field 'em))) ; usually italicized
+                 (emph . ,(scrubl-sxml-simple-field 'em))
+                 (br . ,(scrubl-sxml-simple-field 'br))) ; usually italicized
                scrubl-sxml-write))