Skip to content

Commit 70eb134

Browse files
committed
HTML encode ellipsis
Fixes #139
1 parent 0f70d42 commit 70eb134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jekyll-redirect-from/redirect.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en-US">
33
<meta charset="utf-8">
4-
<title>Redirecting</title>
4+
<title>Redirecting&hellip;</title>
55
<link rel="canonical" href="{{ page.redirect.to }}">
66
<meta http-equiv="refresh" content="0; url={{ page.redirect.to }}">
77
<h1>Redirecting…</h1>

0 commit comments

Comments
 (0)