Skip to content

Commit 395fa18

Browse files
committed
Releasing 1.0.19
2 parents c514539 + 55cba63 commit 395fa18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/WebApp/Component/FilterPanel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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')

src/WebApp/Email/NiceFooterSnippet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)