summaryrefslogtreecommitdiffstats
path: root/content.go
diff options
context:
space:
mode:
Diffstat (limited to 'content.go')
-rw-r--r--content.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/content.go b/content.go
index dbe0fa4..572305a 100644
--- a/content.go
+++ b/content.go
@@ -589,7 +589,7 @@ func (e *EmbedBlock) WriteIndent(w io.Writer, n int) error {
} else {
s += Escape(e.Type)
}
- s += " " + Escape(e.URL)
+ s += " " + EscapeAll(e.URL)
if err := WriteIndent(w, s, n); err != nil {
return err
}