1
0
Fork 0

[CODE] set “correct” smartypants setting

This commit is contained in:
Jannik Beyerstedt 2017-08-18 16:35:29 +02:00
parent c7bf2ce6ef
commit 1bc7f93259
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ c::set('cache', true);
c::set('cache.ignore', array('sitemap', 'blog'));
c::set('smartypants', true);
c::set('smartypants.attr', 2); // -- for en-dash, --- for em-dash
c::set('smartypants.doublequote.open', '„');
c::set('smartypants.doublequote.close', '“');