From 778484d75abb8f161277270303b7f35ca60d9fd5 Mon Sep 17 00:00:00 2001 From: Marcin Haba Date: Fri, 10 Nov 2017 18:47:09 +0100 Subject: [PATCH] baculum: Tweak fix missing closing html tag --- gui/baculum/protected/Web/Portlets/BaculaHosts.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/baculum/protected/Web/Portlets/BaculaHosts.tpl b/gui/baculum/protected/Web/Portlets/BaculaHosts.tpl index 0f6c478512..76a5fcb8b2 100644 --- a/gui/baculum/protected/Web/Portlets/BaculaHosts.tpl +++ b/gui/baculum/protected/Web/Portlets/BaculaHosts.tpl @@ -19,7 +19,7 @@ /> - <%[ IP Address/Hostname: ]%> <%=$this->getParent()->getParent()->config[$this->DataItem]['address']%> + <%[ IP Address/Hostname: ]%> <%=$this->getParent()->getParent()->config[$this->DataItem]['address']%> <%[ Port: ]%> <%=$this->getParent()->getParent()->config[$this->DataItem]['port']%>