changeset 482:e350d1043fc2

core: Fix formatter crash.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 16 Oct 2018 22:07:05 -0700
parents 9791b8d8157a
children 0b696e838559
files wikked/formatter.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/wikked/formatter.py	Tue Oct 16 22:06:45 2018 -0700
+++ b/wikked/formatter.py	Tue Oct 16 22:07:05 2018 -0700
@@ -150,7 +150,7 @@
                 return self.endpoints[endpoint](
                     ctx, endpoint, display, value, frag)
             return self._formatEndpointLink(
-                ctx, endpoint, display, value)
+                ctx, endpoint, display, value, frag)
         text = RE_LINK_ENDPOINT_DISPLAY.sub(repl2, text)
 
         # [[display name|Whatever/PageName]]