From a38d2661cd1c5137b961ace99c6bfa3f2ebace4f Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Fri, 5 Nov 2021 14:55:05 +0600 Subject: [PATCH] v5.3.2.0 Changelog: https://haproxy-wi.org/changelog.py#5_3_2 --- app/templates/ajax/config_show.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/ajax/config_show.html b/app/templates/ajax/config_show.html index eedae805..0b201c73 100644 --- a/app/templates/ajax/config_show.html +++ b/app/templates/ajax/config_show.html @@ -268,7 +268,7 @@ {{ line }}
{% endif %} - {%- if "bind" in line and "@" not in line and "-" not int line -%} + {%- if "bind" in line and "@" not in line and "-" not in line -%} {%- set bind = line.split(':')[1] -%} {%- set bind = bind.split(' ') -%}