Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
fix: space between information elements
Lars Wirzenius committed 2 years ago
commit 95b7b44a18c1278d9fe859cf773f92f67b2b1351
parent f837f29ce4e5279a897a157aa89db76dc5e33603
1 file changed +1 -0
modified src/pages.rs
@@ -370,6 +370,7 @@ impl PageData {
                    .with_child(current)
                    .with_text(" ")
                    .with_child(link)
+
                    .with_text("; ")
                    .with_child(info_url)
                    .with_child(Element::new(Tag::Br))
                    .with_child(Self::whence_as_html(run.whence())),