Skip to content

Commit

Permalink
parameter choe added for support UTF-8 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
SMSadegh19 committed Sep 19, 2021
1 parent a1151dc commit 3744f65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syntax.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ function render($mode, Doku_Renderer $R, $data) {
$parameters['chs'] = $data['width'].'x'.$data['height']; # size
$parameters['chd'] = 't:'.join(',',$val);
$parameters['chds'] = $min.','.$max;
$parameters['choe'] = 'UTF-8'
if($data['title']) {
$parameters['chtt'] = $data['title'];
}
Expand Down

0 comments on commit 3744f65

Please sign in to comment.