From 076b148d876f373ffdf98cabe91cddf47288daeb Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 24 Feb 2025 16:56:35 -0600 Subject: Fix code formatting for clarity. --- uploader/templates/phenotypes/view-dataset.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'uploader') diff --git a/uploader/templates/phenotypes/view-dataset.html b/uploader/templates/phenotypes/view-dataset.html index 0341cae..86c16f7 100644 --- a/uploader/templates/phenotypes/view-dataset.html +++ b/uploader/templates/phenotypes/view-dataset.html @@ -120,11 +120,13 @@ ``; } }, - {data: function(pheno) { - return (pheno.Post_publication_description || - pheno.Original_description || - pheno.Pre_publication_description); - }} + { + data: function(pheno) { + return (pheno.Post_publication_description || + pheno.Original_description || + pheno.Pre_publication_description); + } + } ] }); }); -- cgit v1.2.3