From 514b3fca0953d2ffc2f61085e424eae5eb42858d Mon Sep 17 00:00:00 2001 From: Luis Calvo Date: Mon, 15 Feb 2021 12:55:35 +0100 Subject: [PATCH] Fixed module library download links --- .../include/javascript/module_library.js | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pandora_console/include/javascript/module_library.js b/pandora_console/include/javascript/module_library.js index 4d5be47f8c..c4f2f89eea 100644 --- a/pandora_console/include/javascript/module_library.js +++ b/pandora_console/include/javascript/module_library.js @@ -409,7 +409,7 @@ function print_excerpt(id_div, response) { category_names(elem.categories) + "

" + updated + - elem.content.rendered + + format_download_link(elem.content.rendered) + '