From 2990ea68629c43cc22cddf6d0f908d226b7ec70b Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Fri, 26 May 2023 23:17:24 -0500 Subject: [PATCH] bird2: Remove stray whitespace when no MD5 When no MD5 password is set, there should not be extra whitespace. --- .../views/api/v4/router/collector/bird2/neighbors.foil.php | 6 +++--- .../views/api/v4/router/server/bird2/neighbors.foil.php | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/resources/views/api/v4/router/collector/bird2/neighbors.foil.php b/resources/views/api/v4/router/collector/bird2/neighbors.foil.php index 02ff4968b..551103028 100644 --- a/resources/views/api/v4/router/collector/bird2/neighbors.foil.php +++ b/resources/views/api/v4/router/collector/bird2/neighbors.foil.php @@ -239,9 +239,9 @@ function f_import_as() import where f_import_as(); export none; }; - - router->skip_md5 ): ?>password ""; - +router->skip_md5 ): ?> + password ""; + } diff --git a/resources/views/api/v4/router/server/bird2/neighbors.foil.php b/resources/views/api/v4/router/server/bird2/neighbors.foil.php index 92fad682a..b40604689 100644 --- a/resources/views/api/v4/router/server/bird2/neighbors.foil.php +++ b/resources/views/api/v4/router/server/bird2/neighbors.foil.php @@ -281,8 +281,9 @@ table t__as; export filter f_export_as; }; - router->skip_md5 ): ?>password ""; - +router->skip_md5 ): ?> + password ""; + }