chiark / gitweb /
clock: Fix a typo in svg
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 19 Mar 2021 01:19:40 +0000 (01:19 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 20 Mar 2021 20:12:41 +0000 (20:12 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/clock.rs

index d5caa241dd5e9fd3655af98e7ca09e39acced9af..0c2fdb39f5313d2b9ca1c01eab6b13b8743441a1 100644 (file)
@@ -308,7 +308,7 @@ impl PieceTrait for Clock {
       )?;
       if let Some(nick) = u.nick {
         write!(f, r##"
-  <text x="23" y="{} clip-path="url(#def.{}.cl)" font-size="4">{}</text>"##,
+  <text x="23" y="{}" clip-path="url(#def.{}.cl)" font-size="4">{}</text>"##,
                y,
                vpid,
                htmlescape::encode_minimal(nick),