aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/renderer.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/renderer.rs b/src/renderer.rs
index 6e83108..9c8b5bf 100644
--- a/src/renderer.rs
+++ b/src/renderer.rs
@@ -217,12 +217,12 @@ fn wget_footer(title_path: &str, current_user: Option<&CurrentUser>) -> Markup {
"".to_string()
};
- return html! {
+ html! {
div.downloadDirectory {
p { "Download folder:" }
div.cmd { (format!("wget -r -c -nH -np --cut-dirs={} -R \"index.html*\"{} \"http://{}/?raw=true\"", count, user_params, title_path)) }
}
- };
+ }
}
/// Build the action of the upload form