From: Andrea Zagli Date: Sat, 20 Jan 2024 09:29:22 +0000 (+0100) Subject: Radio single must be 1-based indexed. X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=a59b36844e6a223c2950311e9f6ad7d6b4e09c35;p=rust%2Fzakform Radio single must be 1-based indexed. --- diff --git a/src/fields.rs b/src/fields.rs index f29cd74..b833789 100644 --- a/src/fields.rs +++ b/src/fields.rs @@ -645,8 +645,8 @@ _ => {}, }; match f.field.tmpl.add_raw_template("field_single", r#"
- - + +
"#) { Err(e) => { println!("{:?}", e) }, _ => {},