Update NoteExtender.xml

master
AardCrowley 2 years ago committed by GitHub
parent 76c4de1407
commit 2de8be4b24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -159,7 +159,7 @@ function hyperlinknotes(lines)
local subj local subj
for i,v in ipairs(lines) do for i,v in ipairs(lines) do
if i == 1 then if i == 1 then
Simulate(stylesToANSI(v) .. ColoursToANSI(" @C(Post numbers are clickable)") .. "\n") Simulate(stylesToANSI(v) .. ColoursToANSI(" @C(Clickable posts)") .. "\n")
elseif i <= 4 or i == #lines then elseif i <= 4 or i == #lines then
Simulate(stylesToANSI(v) .. "\n") Simulate(stylesToANSI(v) .. "\n")
elseif i < #lines then elseif i < #lines then

Loading…
Cancel
Save