diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-08-06 17:41:04 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-08-06 17:41:04 +0200 |
commit | 8efcf91b46a580257b22cdf70230298ecd148870 (patch) | |
tree | b8945bf7a7169650d67e0653324532116b812157 /sfeed_opml_export | |
parent | f2091c3464b0a9a2b75e34a9f89639c967c1afe8 (diff) |
sfeed_opml_export: fix typo: opml -> OPML
Diffstat (limited to 'sfeed_opml_export')
-rwxr-xr-x | sfeed_opml_export | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_opml_export b/sfeed_opml_export index 835a576..9c7afeb 100755 --- a/sfeed_opml_export +++ b/sfeed_opml_export @@ -38,7 +38,7 @@ cat <<! <?xml version="1.0" encoding="UTF-8"?> <opml version="1.0"> <head> - <title>opml export from sfeed</title> + <title>OPML export from sfeed</title> </head> <body> ! |