summaryrefslogtreecommitdiff
path: root/tex/context/base/context-base.lmx
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/context-base.lmx')
-rw-r--r--tex/context/base/context-base.lmx3
1 files changed, 3 insertions, 0 deletions
diff --git a/tex/context/base/context-base.lmx b/tex/context/base/context-base.lmx
index a6781e4f6..fd27927bf 100644
--- a/tex/context/base/context-base.lmx
+++ b/tex/context/base/context-base.lmx
@@ -20,6 +20,9 @@
<style type="text/css">
<?lmx-include context.css ?>
</style>
+ <?lua if v('styles') then for k, v in ipairs(v('styles')) do ?>
+ <link rel="StyleSheet" href="<?lua p(v) ?>" type="text/css" />
+ <?lua end end ?>
</head>
<?lua if v('action') then ?>
<form action="<?lua pv(action) ?>" enctype="multi-part/form-data" method="post">