From e8b66d4bc70f33139f51a1154b2c2090cc6a814b Mon Sep 17 00:00:00 2001
From: Grzegorz Bizon <grzesiek.bizon@gmail.com>
Date: Mon, 22 Aug 2016 09:59:15 +0200
Subject: [PATCH] Fix due date example in slash commands documentation

---
 doc/user/project/slash_commands.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/user/project/slash_commands.md b/doc/user/project/slash_commands.md
index 11e1574f772..cfdf04a32a3 100644
--- a/doc/user/project/slash_commands.md
+++ b/doc/user/project/slash_commands.md
@@ -26,5 +26,5 @@ do.
 | `/done`                    | Mark todo as done |
 | `/subscribe`               | Subscribe |
 | `/unsubscribe`             | Unsubscribe |
-| `/due <in 2 days or this Friday or December 31st>` | Set due date |
+| <code>/due in 2 days &#124; this Friday &#124; December 31st</code> | Set due date |
 | `/remove_due_date`          | Remove due date |
-- 
GitLab