From 5f962bf4cd7ef69f2a0873cbebdce83d35b086a5 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 14 Sep 2014 15:00:13 +0200 Subject: Add documentation for nginx+ssl setup --- docs/syntax-guide.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/syntax-guide.markdown') diff --git a/docs/syntax-guide.markdown b/docs/syntax-guide.markdown index b65c63e5..28ca0a80 100644 --- a/docs/syntax-guide.markdown +++ b/docs/syntax-guide.markdown @@ -105,13 +105,14 @@ Execute this command: `tail -f /var/log/messages`. Use 3 backticks with eventually the language name.
-```php
+```php
 <?php
 
 phpinfo();
 
 ?>
 ```
+
 
### Result -- cgit v1.2.3