diff --git a/session.inc.php b/session.inc.php index ec77bf4..41668bd 100644 --- a/session.inc.php +++ b/session.inc.php @@ -94,8 +94,8 @@ class Session function getTitle() : string { $finished_plans = $this->countFinishedPlans(); - return "Session ({$this->id}) '{$this->name}' (plans:$finished_plans/".sizeof($this->plans)." devices:".sizeof($this->getDevices())." ?:".sizeof($this->ignored_devices) . - ') (' . round($this->getDuration()/60, 1) . ' min)'; + return "**Session ({$this->id}) '{$this->name}' (plans:$finished_plans/".sizeof($this->plans)." devices:".sizeof($this->getDevices())." ?:".sizeof($this->ignored_devices) . + ') (' . round($this->getDuration()/60, 1) . ' min)**'; } function getDuration() : int