Skip to content

Commit

Permalink
Merge 5aba785 into 17aee21
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Mar 8, 2023
2 parents 17aee21 + 5aba785 commit 099a2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/infonode/init.lua
Expand Up @@ -17,7 +17,7 @@ _info.value = nil
_info.width = SILE.length()

function _info:__tostring ()
return "I<" .. self.category .. "|" .. self.value.. ">"
return "I<" .. self.category .. "|" .. tostring(self.value) .. ">"
end

function _info:outputYourself ()
Expand Down

0 comments on commit 099a2bf

Please sign in to comment.