From 764506778e7ea39f029790cbbacf636eae5c7e80 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Sat, 3 Apr 2021 11:49:44 +0100 Subject: [PATCH] syntax highlighting --- content/post/nextcloud-caldav-error.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/post/nextcloud-caldav-error.md b/content/post/nextcloud-caldav-error.md index cb78e98..69d603b 100644 --- a/content/post/nextcloud-caldav-error.md +++ b/content/post/nextcloud-caldav-error.md @@ -10,7 +10,7 @@ Unfortunately, out of the box, it wasn't working. I tried all sorts of suggestio Then, after a day of staring blankly at the problem, I suddenly realized what was wrong. There was a simple `regex` typo in the htaccess configuration that came from nextcloud. Let's see if you can see the difference. Here's what nextcloud gives you: -```  +```xml-dtd RewriteEngine on RewriteCond %{HTTP_USER_AGENT} DavClnt @@ -27,7 +27,7 @@ Then, after a day of staring blankly at the problem, I suddenly realized what wa and here is what I ended up running successfully with: -``` +```xml-dtd RewriteEngine on RewriteCond %{HTTP_USER_AGENT} DavClnt