openidec

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 8e88fce5cdd1da3415ff71445e4bb7b81192f51c
parent cdbb299c4b356587a39c8d3cb3d330e5aa2129fd
Author: Peter Kosyh <p.kosyh@gmail.com>
Date:   Tue,  9 Feb 2021 16:35:34 +0000

Merge branch 'master' of https://github.com/gl00my/ii-go

Diffstat:
Mii-gemini/main.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ii-gemini/main.go b/ii-gemini/main.go @@ -155,7 +155,7 @@ Options: return } defer atom.Close() - fmt.Fprintf(atom, `<?xml version="1.0" encoding="utf-8"?> + fmt.Fprintf(atom, `<?xml version="1.0" encoding="UTF-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> <title>%s</title> <link href="gemini://%s/atom.xml" rel="self"/>