Skip to content

Commit

Permalink
refactor: swap use html/template for text/template (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammed90 authored Jun 12, 2022
1 parent 9cc6040 commit a83fac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ import (
"bytes"
"context"
"fmt"
"html/template"
"io/ioutil"
"log"
"os"
"os/exec"
"path/filepath"
"strings"
"text/template"
"time"

"github.com/caddyserver/xcaddy/internal/utils"
Expand Down

0 comments on commit a83fac1

Please sign in to comment.