Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit f6424fe

Browse files
author
Dominik Frantisek Bucik
committed
refactor: 💡 Display SP name in italics
1 parent 882b235 commit f6424fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/perun/perun/disco-tpl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
$this->data['header'] = $this->t('{perun:disco:header}');
5959

6060
if ($displaySpName && !empty($spName)) {
61-
$this->data['header'] .= ' ' . $this->t('{perun:disco:header_display_service}') . ' ' . $spName;
61+
$this->data['header'] .= ' ' . $this->t('{perun:disco:header_display_service}') . ' <i>' . $spName . '</i>';
6262
}
6363
}
6464

0 commit comments

Comments
 (0)