From 51877fc4c3e6e5bb6129379cb59e9a472225349f Mon Sep 17 00:00:00 2001 From: Slatian Date: Sun, 10 Dec 2023 10:43:19 +0100 Subject: [PATCH] 1.2.3 quickfix don't encode as numbers (they are nubers internally so that is safe) --- Cargo.lock | 2 +- Cargo.toml | 2 +- templates/links.html | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 677e57b..a54d600 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -480,7 +480,7 @@ dependencies = [ [[package]] name = "echoip-slatecave" -version = "1.2.1" +version = "1.2.2" dependencies = [ "axum", "axum-client-ip", diff --git a/Cargo.toml b/Cargo.toml index f550c3b..66aec90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "echoip-slatecave" -version = "1.2.2" +version = "1.2.3" edition = "2021" authors = ["Slatian "] diff --git a/templates/links.html b/templates/links.html index 59d258e..86a0ac6 100644 --- a/templates/links.html +++ b/templates/links.html @@ -29,11 +29,11 @@ {% macro asn_links(asn, org_name="") %}

Look up AS{{asn}}{% if org_name%} ({{org_name}}){% endif %} …

{% endmacro asn_links %}