From 6488992dd0dcd68e487e1ca42dae62a152a0bef5 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Sat, 08 Dec 2012 09:37:10 -0500
Subject: [PATCH] Merge branch 'master' of github.com:roundcube/roundcubemail

---
 program/lib/Roundcube/README.md |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/program/lib/Roundcube/README.md b/program/lib/Roundcube/README.md
index 06c6f6a..88f2d07 100644
--- a/program/lib/Roundcube/README.md
+++ b/program/lib/Roundcube/README.md
@@ -40,6 +40,7 @@
 If you wanna use more complex functionality like IMAP access with database
 caching or plugins, the rcube singleton helps you loading the necessary files:
 
+```php
 <?php
 
 define('RCUBE_CONFIG_DIR',  '<path-to-config-directory>');
@@ -53,7 +54,7 @@
 // do cool stuff here...
 
 ?>
-
+```
 
 LICENSE
 -------

--
Gitblit v1.9.1