mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
fixed cronstrue converter
This commit is contained in:
@@ -178,7 +178,7 @@ class cron extends CI_Controller {
|
||||
}
|
||||
|
||||
private function cronExpression2html($expression) {
|
||||
$htmlret = '<code>'.$expression.'</code>';
|
||||
$htmlret = '<code id="humanreadable_tooltip" data-bs-toggle="tooltip">'.$expression.'</code>';
|
||||
return $htmlret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user