From acb5050d6b23651f2f0de48334b4693235fd9a33 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Wed, 22 Nov 2023 17:48:41 -0800 Subject: [PATCH] Remove `RUNE` from

on /rune --- src/subcommand/server.rs | 2 +- src/templates/rune.rs | 2 +- templates/rune.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/subcommand/server.rs b/src/subcommand/server.rs index 29c0338602..4bc8fd7a03 100644 --- a/src/subcommand/server.rs +++ b/src/subcommand/server.rs @@ -2155,7 +2155,7 @@ mod tests { StatusCode::OK, format!( r".*Rune AAAAAAAAAAAAA.* -

Rune AAAAAAAAAAAAA

+

AAAAAAAAAAAAA

id
diff --git a/src/templates/rune.rs b/src/templates/rune.rs index d38fb507e7..92600932da 100644 --- a/src/templates/rune.rs +++ b/src/templates/rune.rs @@ -42,7 +42,7 @@ mod tests { index: 0, }), }, - r"

Rune BCGDENLQRQWDSLRUGSNLBTMFIJAV

+ r"

BCGDENLQRQWDSLRUGSNLBTMFIJAV

id
diff --git a/templates/rune.html b/templates/rune.html index d9494fcdc3..f7835ddfa7 100644 --- a/templates/rune.html +++ b/templates/rune.html @@ -1,4 +1,4 @@ -

Rune {{ self.entry.rune }}

+

{{ self.entry.rune }}

%% if let Some(parent) = self.parent { {{Iframe::main(parent)}} %% }