aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/info.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/info.rs b/src/info.rs
index 1e5d8d9..f0cda28 100644
--- a/src/info.rs
+++ b/src/info.rs
@@ -51,7 +51,7 @@ pub async fn r_index<'a>(state: &State<Arc<Logic>>) -> MyResult<Template<DynRend
tr {
td { @domain }
td { @raw }
- td { @weighted }
+ td { @weighted.round() }
}
}
}