From cf990b6bf1591a27aaa7919dc20b5d9d5f6d05bb Mon Sep 17 00:00:00 2001 From: bert hubert Date: Wed, 29 May 2013 19:55:08 +0200 Subject: [PATCH] stop expanding \t1 in our documentation to a ticket link. This sucks for tickets 0 through 9. Fixes #835. --- pdns/docs/expand | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/docs/expand b/pdns/docs/expand index 44e537c00a..c70be1e263 100755 --- a/pdns/docs/expand +++ b/pdns/docs/expand @@ -10,4 +10,4 @@ sed \ sed \ 's|\| \1|g' | sed \ -'s|\| ticket \1|g' +'s|\| ticket \1|g' -- 2.47.3