Module:Shortcut: Difference between revisions
m
remove line breaks to allow transclusion in list items
(make code nicer) |
m (remove line breaks to allow transclusion in list items) |
||
Line 65: | Line 65: | ||
anchorDiv:tag('span'):attr('id', anchor) | anchorDiv:tag('span'):attr('id', anchor) | ||
end | end | ||
-- Shortcut heading | -- Shortcut heading | ||
Line 75: | Line 73: | ||
shortcutHeading = message(cfg['shortcut-heading'], nShortcuts) | shortcutHeading = message(cfg['shortcut-heading'], nShortcuts) | ||
shortcutHeading = frame:preprocess(shortcutHeading) | shortcutHeading = frame:preprocess(shortcutHeading) | ||
end | end | ||
end | end |