Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'page-whitepaper-submit.php')
-rw-r--r--page-whitepaper-submit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/page-whitepaper-submit.php b/page-whitepaper-submit.php
index 0a5ab2d2..fcf837a8 100644
--- a/page-whitepaper-submit.php
+++ b/page-whitepaper-submit.php
@@ -89,7 +89,7 @@ try {
$email_message = "Thank you for requesting a Nextcloud white paper or data sheet.\n\n";
$email_subject = "Nextcloud download: ".clean_string($whitepaper_name);
$email_message .= "Download our ".clean_string($whitepaper_name)." here:\n";
- $email_message .= clean_string($whitepaper_url)."\n\n";
+ $email_message .= $whitepaper_url."\n\n";
$email_from = "sales@nextcloud.com";
// add note that we added them to our newsletter (if they did tick the box)
if($newsletter === 1) {