Skip to content

Commit

Permalink
nerf categories
Browse files Browse the repository at this point in the history
  • Loading branch information
framawiki committed Sep 20, 2016
1 parent 0544036 commit 220cb46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reports.py
Expand Up @@ -425,7 +425,7 @@ def linkify( self, title, namespace = None ):
title_clean = title.replace( '_', ' ' )
if namespace is None:
return '[[' + title_clean + ']]'
elif namespace is 6:
elif namespace in [6, 14]:
return '[[:{{subst:ns:%s}}:%s]]' % ( namespace, title_clean )
else:
return '[[{{subst:ns:%s}}:%s]]' % ( namespace, title_clean )
Expand Down

0 comments on commit 220cb46

Please sign in to comment.