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

github.com/frjo/hugo-theme-zen.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Jonsson <frjo@xdeb.org>2022-05-02 19:56:29 +0300
committerFredrik Jonsson <frjo@xdeb.org>2022-05-02 19:56:29 +0300
commit35c3b5e2931c0009cba966714aaf95d639670f58 (patch)
treeee55fe2cf9ac59bb567bd4b93123a0da016027b8
parent2545daa221b3e4ae53ecd400f282061ea032ac17 (diff)
Add extra end of line space to make format flowed work.v2.1.0
-rw-r--r--php/contact.php.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/contact.php.example b/php/contact.php.example
index 83aae59..72a1bb7 100644
--- a/php/contact.php.example
+++ b/php/contact.php.example
@@ -80,7 +80,7 @@ header('Location: ' . $contact_form_url . '?' . $status, TRUE, 302);
exit;
function _contact_ff_wrap(&$line) {
- $line = wordwrap($line, 72, " \n");
+ $line = wordwrap($line, 72, " \n");
}
function _contact_clean_str($str, $quotes, $strip = false, $encode = false) {