Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega committed Sep 17, 2024
1 parent 7b15347 commit 37fa97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mediawiki/files/bin/techdocs.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def process_node(node, current_line, markdown_lines, is_first_category):
return process_external_link_node(node, current_line)

if isinstance(node, mwparserfromhell.nodes.Wikilink):
return process_wikilink_node(node, current_line, markdown_lines)
return process_wikilink_node(node, current_line, markdown_lines, is_first_category)

if isinstance(node, mwparserfromhell.nodes.Template):
return process_template_node(node, current_line, markdown_lines)
Expand Down

0 comments on commit 37fa97a

Please sign in to comment.