From: Nishi Date: Thu, 22 Aug 2024 05:59:51 +0000 (+0000) Subject: kinda works X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=3321361f172d2ddc4a7664acf73a1f92f977e3f9;p=repoview.git kinda works git-svn-id: file:///raid/svn-personal/repoview/trunk@50 7e8b2a19-8934-dd40-8cb3-db22cdd5a80f --- diff --git a/CGI/theme/modern.c b/CGI/theme/modern.c index e31d213..9ff1362 100644 --- a/CGI/theme/modern.c +++ b/CGI/theme/modern.c @@ -468,7 +468,7 @@ void render_page(void) { fclose(f); char* reason; if(rv_resize_picture(path, outpath, &reason)) { - add_data(&page, "Uploaded the profile picture successfully.\n"); + add_data(&page, "Uploaded the profile picture successfully.
\n"); } else { add_data(&page, "Failed to upload the profile picture.
\n"); char* esc = html_escape(reason); @@ -487,7 +487,7 @@ void render_page(void) { fwrite(entry->data, 1, entry->length, f); fclose(f); free(path); - add_data(&page, "Uploaded the bio successfully.\n"); + add_data(&page, "Uploaded the bio successfully.
\n"); } } #endif