diff options
author | Context Git Mirror Bot <phg42.2a@gmail.com> | 2014-11-02 18:15:04 +0100 |
---|---|---|
committer | Context Git Mirror Bot <phg42.2a@gmail.com> | 2014-11-02 18:15:04 +0100 |
commit | a03b5b6d486d1e6d1935d028949edb67d8ec0f92 (patch) | |
tree | c9a4d54176f2a572c95f30a46a3486584599bc98 /tex/context/base/publ-dat.lua | |
parent | 251de4727f03f142fdcbdd354a4a58dfffea877c (diff) | |
download | context-a03b5b6d486d1e6d1935d028949edb67d8ec0f92.tar.gz |
2014-11-02 17:29:00
Diffstat (limited to 'tex/context/base/publ-dat.lua')
-rw-r--r-- | tex/context/base/publ-dat.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/publ-dat.lua b/tex/context/base/publ-dat.lua index 90346111a..dbd48f7f8 100644 --- a/tex/context/base/publ-dat.lua +++ b/tex/context/base/publ-dat.lua @@ -183,7 +183,7 @@ local specifications = setmetatableindex(function(t,name) local di = d[i] if type(di) == "table" then for i=1,#di do - list[di] = di[i] + list[di[i]] = t end else list[di] = t |