From 98ba6d0c3a5eccbc9abc80991b4cffaa86fd16b3 Mon Sep 17 00:00:00 2001 From: gongchandang49 <170948611+gongchandang49@users.noreply.github.com> Date: Sun, 23 Mar 2025 21:57:40 +0100 Subject: [PATCH] Make link open in new page --- src/post.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/post.rs b/src/post.rs index 84fc485..3704268 100644 --- a/src/post.rs +++ b/src/post.rs @@ -179,7 +179,7 @@ fn build_comment( let body = if (val(comment, "author") == "[deleted]" && val(comment, "body") == "[removed]") || val(comment, "body") == "[ Removed by Reddit ]" { format!( - "

[removed] — view removed comment

", + "

[removed] — view removed comment

", get_setting("REDLIB_PUSHSHIFT_FRONTEND").unwrap_or_else(|| String::from(crate::config::DEFAULT_PUSHSHIFT_FRONTEND)), ) } else {