gluon/package/gluon-core/luasrc/usr
Matthias Schiffer 0e681d5c37
gluon-core: util: avoid unintended second return value from gsub()
gsub() returns the number of matches as its second return value. This
was unintendedly passed through by the util functions trim() and
node_id(). It can be presumed that this had no effect in practice, but
it can lead to surprising output when passing values to print() for
debugging.
2020-05-04 23:38:22 +02:00
..
bin gluon-core: add util gluon-show-site to print merged site config 2018-01-19 01:07:44 +01:00
lib/lua/gluon gluon-core: util: avoid unintended second return value from gsub() 2020-05-04 23:38:22 +02:00