From 7bd5788fa9a367093702b442b6d06d11e9201e8a Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Tue, 5 Oct 2021 00:35:30 -0400 Subject: [PATCH] Fix repository url link not opening as external --- src/controllers/dashboard/plugins/repositories/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/dashboard/plugins/repositories/index.js b/src/controllers/dashboard/plugins/repositories/index.js index 0b761df169..bed1be1a6f 100644 --- a/src/controllers/dashboard/plugins/repositories/index.js +++ b/src/controllers/dashboard/plugins/repositories/index.js @@ -64,7 +64,7 @@ function getRepositoryHtml(repository) { let html = ''; html += '
'; - html += ``; + html += ``; html += ''; html += ''; html += '
';