diff --git a/src/subcommand/server.rs b/src/subcommand/server.rs
index 6c3d6bf0cd..0b70b3ab73 100644
--- a/src/subcommand/server.rs
+++ b/src/subcommand/server.rs
@@ -2202,7 +2202,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)}}
%% }