File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public function addSection($label, $id) {
3838 $ div ->addClass ('filter-section ' );
3939 $ p = new Paragraph ($ div );
4040 $ p ->addClass ('section-toggle ' );
41- $ l = new Link ($ p , '# ' .$ id , strtoupper (I18N ::_ ($ label )));
41+ $ l = new Link ($ p , '# ' .$ id , mb_strtoupper (I18N ::_ ($ label )));
4242 $ l
4343 ->addClass ('link-primary ' )
4444 ->setAttribute ('data-toggle ' , 'collapse ' )
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ protected function getText($processor, $params) {
9292 'en ' => 'Please do not reply to this e-mail. This message was generated automatically and was sent for your information only. ' ,
9393 ), $ language );
9494 return "_________________________________________ \n" .
95- strtoupper ($ attention ).' ' .$ disclaimer ;
95+ mb_strtoupper ($ attention ).' ' .$ disclaimer ;
9696 }
9797
9898}
You can’t perform that action at this time.
0 commit comments