From d414cc05a34eacc579a0678f59f433a7fb11d7bb Mon Sep 17 00:00:00 2001 From: "Thomas B." Date: Sat, 8 Dec 2012 15:01:55 +0100 Subject: Add github syntax highlighting to php code snippet --- program/lib/Roundcube/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'program/lib/Roundcube/README.md') diff --git a/program/lib/Roundcube/README.md b/program/lib/Roundcube/README.md index 06c6f6a53..88f2d076e 100644 --- a/program/lib/Roundcube/README.md +++ b/program/lib/Roundcube/README.md @@ -40,6 +40,7 @@ instantiating them. 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 '); @@ -53,7 +54,7 @@ $imap = $rcube->get_storage(); // do cool stuff here... ?> - +``` LICENSE ------- -- cgit v1.2.3