diff --git a/devmaster/modules/devshop/devshop_projects/inc/theme.inc b/devmaster/modules/devshop/devshop_projects/inc/theme.inc index a55471d5e..dda2d2304 100644 --- a/devmaster/modules/devshop/devshop_projects/inc/theme.inc +++ b/devmaster/modules/devshop/devshop_projects/inc/theme.inc @@ -660,6 +660,13 @@ function devshop_task_get_messages($task_node) { } if (!empty($command)) { + + // Make URLs clickable: + $filter = new stdClass(); + $filter->settings = [ + 'filter_url_length' => 1000, + ]; + $command = _filter_url($command, $filter); $header = "