From 27bccc7c01c3aa956f3a9a64b1a6d1b65542e151 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 11 Oct 2018 06:54:47 +0200 Subject: [PATCH] adopted get_baseurl changes in Friendica 2018.12-dev --- typography.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }