Skip to content

Commit 6d73d8b

Browse files
authored
Merge pull request #51 from wiltonsr/fix-html-escaping
fix: replace html templating with text templating to avoid html escaping
2 parents 946801a + f3f9636 commit 6d73d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldapauth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"crypto/x509"
1010
"errors"
1111
"fmt"
12-
"html/template"
12+
"text/template"
1313
"io/ioutil"
1414
"log"
1515
"net"

0 commit comments

Comments
 (0)