# HG changeset patch # User Ludovic Chabant # Date 1539752825 25200 # Node ID e350d1043fc2d6c5675e4875c1752176b2539614 # Parent 9791b8d8157ac0df5fe2751e9c7010c006d08c8a core: Fix formatter crash. diff -r 9791b8d8157a -r e350d1043fc2 wikked/formatter.py --- 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]]