From 1630922376080efd42469a99e4b4836ea9d00228 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 13 Jun 2019 17:48:55 -0700 Subject: more UI tweaking --- python/fatcat_web/templates/entity_macros.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/fatcat_web/templates/entity_macros.html') diff --git a/python/fatcat_web/templates/entity_macros.html b/python/fatcat_web/templates/entity_macros.html index 4b70651f..56ec6c5d 100644 --- a/python/fatcat_web/templates/entity_macros.html +++ b/python/fatcat_web/templates/entity_macros.html @@ -56,7 +56,7 @@ {{ key }}.{{ inner_key }} {{ inner_value }} {% endfor %} - {% elif key in ("urls") and value and value is iterable and value is not string %} + {% elif key in ("urls") and value and value is iterable and value is not string and value[0] is string %} {{ key }} -- cgit v1.2.3