From 8ad600085ae82857cacdcb5ee5080beccef21193 Mon Sep 17 00:00:00 2001 From: snipe Date: Sun, 30 Apr 2023 18:17:56 -0700 Subject: [PATCH] Moved external link icon into link Signed-off-by: snipe --- resources/views/partials/bootstrap-table.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/partials/bootstrap-table.blade.php b/resources/views/partials/bootstrap-table.blade.php index 3f263dd96e..76e60a22ab 100644 --- a/resources/views/partials/bootstrap-table.blade.php +++ b/resources/views/partials/bootstrap-table.blade.php @@ -514,7 +514,7 @@ if (value) { if ((value.indexOf("{") === -1) || (value.indexOf("}") ===-1)) { - return ' ' + value + ''; + return ' ' + value + ''; } return value; }