summaryrefslogtreecommitdiff
path: root/tex/context/base/typo-drp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/typo-drp.lua')
-rw-r--r--tex/context/base/typo-drp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/typo-drp.lua b/tex/context/base/typo-drp.lua
index 415712d46..903140dae 100644
--- a/tex/context/base/typo-drp.lua
+++ b/tex/context/base/typo-drp.lua
@@ -181,7 +181,7 @@ function initials.handler(head)
local start = head
local attr = nil
while start do
- attr = start[attribute]
+ attr = start[a_initial]
if attr then
break
elseif start.id == glyph then