diff options
author | Hans Hagen <pragma@wxs.nl> | 2011-04-27 21:17:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2011-04-27 21:17:00 +0200 |
commit | 73eb318744fa5399842118dde77562bc700de71f (patch) | |
tree | 51b5ec39bcc175a2b3024b2bbf7fa91ca25013c1 /tex/context/base/font-ini.mkiv | |
parent | fbc0d1cded960d9ab6b4efceed2bbdcd59629228 (diff) | |
download | context-73eb318744fa5399842118dde77562bc700de71f.tar.gz |
beta 2011.04.27 21:17
Diffstat (limited to 'tex/context/base/font-ini.mkiv')
-rw-r--r-- | tex/context/base/font-ini.mkiv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/font-ini.mkiv b/tex/context/base/font-ini.mkiv index b0efeaee1..8eb10e3ae 100644 --- a/tex/context/base/font-ini.mkiv +++ b/tex/context/base/font-ini.mkiv @@ -4262,7 +4262,7 @@ {\ifcsname\??cf:#1\c!style\endcsname \getparameters[\??cf:#1][#2]% \else - \getparameters[\??cf:#1][\c!style,\c!color=,#2]% so we define but without commands (todo for all define related things) + \getparameters[\??cf:#1][\c!style=,\c!color=,#2]% so we define but without commands (todo for all define related things) \fi} % commands @@ -4276,7 +4276,7 @@ \def\dostyleassignment#1% {\groupedcommand - {\getparameters[\??cf][\c!style,\c!color=,#1]% + {\getparameters[\??cf][\c!style=,\c!color=,#1]% \dostartattributes\??cf\c!style\c!color} {\dostopattributes}} |