diff --git a/typography.php b/typography.php index dfcac5e..c0075e0 100644 --- a/typography.php +++ b/typography.php @@ -66,6 +66,6 @@ function typography_render ( &$a, &$o) { $typo->set_diacritic_language($lng); $typo->set_hyphenation_language($lng); $o['html'] = $typo->process($o['html']); - $a->page['htmlhead'] .= ''; + $a->page['htmlhead'] .= ''; unset($l); }