Module:Update: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 278: | Line 278: | ||
function p.patchnotes(frame) | function p.patchnotes(frame) | ||
local function qprlink(qpr) | local function qprlink(qpr) | ||
return '' .. string.gsub(qpr, '-', ',') | return '' .. string.gsub(qpr, '%-', ',') | ||
end | end | ||
| Line 296: | Line 296: | ||
link = '' | link = '' | ||
else | else | ||
link = '[' .. qprlink(a.qpr) .. ' this | link = '[' .. qprlink(a.qpr) .. ' this news post]' | ||
end | end | ||
else | else | ||