Module:Dochead: Difference between revisions
m bugfix again |
m bugfix blank hatnote output |
||
| Line 123: | Line 123: | ||
end | end | ||
return string.format(":''%s''\n", result) | if result == "" then | ||
return "" | |||
else | |||
return string.format(":''%s''\n", result) | |||
end | |||
end | end | ||
| Line 208: | Line 212: | ||
end | end | ||
return string.format(":''%s''\n", result) | if result == "" then | ||
return "" | |||
else | |||
return string.format(":''%s''\n", result) | |||
end | |||
end | end | ||