]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - Rakka/Wiki.hs
The big change
[Rakka.git] / Rakka / Wiki.hs
index 5dfb462bba6a33d0559c195b5a5cb37147ab06df..af50afbc7adef90939cdba3376cad8bca3de214b 100644 (file)
@@ -74,7 +74,7 @@ data InlineElement
     | LineBreak ![Attribute]
     | Span ![Attribute] ![InlineElement]
     | Image {
-        imgSource :: !PageName
+        imgSource :: !(PageName)
       , imgAlt    :: !(Maybe String)
       }
     | Anchor ![Attribute] ![InlineElement]