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

Commit 9a676e1

Browse files
author
Dominik František Bučík
authored
Merge pull request #217 from CESNET/display_sp_name
refactor: 💡 Display SP name in italics
2 parents 882b235 + f6424fe commit 9a676e1

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)