[Pkg-owncloud-commits] [owncloud-doc] 30/227: fix typo closes #381

David Prévot taffit at moszumanska.debian.org
Sat Oct 11 17:20:30 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit 3f79e2e0fc849612f9cc589d5d002e669e202471
Author: Volkan Gezer <wakeup at users.noreply.github.com>
Date:   Fri Aug 29 14:01:33 2014 +0200

    fix typo closes #381
---
 admin_manual/configuration/configuration_mail.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/admin_manual/configuration/configuration_mail.rst b/admin_manual/configuration/configuration_mail.rst
index 23b1762..01e7c56 100644
--- a/admin_manual/configuration/configuration_mail.rst
+++ b/admin_manual/configuration/configuration_mail.rst
@@ -329,13 +329,13 @@ rare circumstances the SMTP server also listens on the outdated port **465/tcp**
 Enabling Debug Mode
 -------------------
 
-If you are unable to send email, it might be useful to activate further debug messages by enabling the mail_smtpdebug parameter::
+If you are unable to send email, it might be useful to activate further debug messages by enabling the mail_smtpdebug parameter:
 
 .. code-block:: php
 
   <?php
 
-    "mail_smtpdebug" => true;
+    "mail_smtpdebug" => true,
 
 .. note:: Immediately after pressing the **Send email** button, as described before, several **SMTP -> get_lines(): ...** messages appear on the screen.  This is expected behavior and can be ignored.
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list