summaryrefslogtreecommitdiff
path: root/tex/context/base/font-ini.mkiv
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-04-27 22:40:13 +0300
committerMarius <mariausol@gmail.com>2011-04-27 22:40:13 +0300
commitcf7755dd328463401bd066ec19cd62e95c225a0c (patch)
tree36b5539239a75cf01646dda7ff955d4a70d9ada2 /tex/context/base/font-ini.mkiv
parent450e273d5438a33d75f0750ab854ef0c4d20f3b0 (diff)
downloadcontext-cf7755dd328463401bd066ec19cd62e95c225a0c.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.mkiv4
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}}