From 70bb9fb2a73b3297b4a95ba4597164a86880f113 Mon Sep 17 00:00:00 2001
From: Zankaria
Date: Mon, 14 Oct 2024 00:40:55 +0200
Subject: [PATCH] faq: fix dice roll syntax
---
templates/themes/faq/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/themes/faq/index.html b/templates/themes/faq/index.html
index 6450fd21..ffa47872 100644
--- a/templates/themes/faq/index.html
+++ b/templates/themes/faq/index.html
@@ -77,7 +77,7 @@
==text== makes it a heading: text
**text** makes it spoiler: text
[code]text[/code] makes it code:
text
- [dice:XdY+Z] rolls a X dices with Y faces, adding Z to the result: 
+ !XdY+Z rolls a X dices with Y faces, adding Z to the result: 
Why are my posts being changed / word-filtered ?