1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Change copyright symbol
htmldoc cannot convert the copyright symbol to utf8.
Author: HÃ¥vard Flaget Aasen <haavard_aasen@yahoo.no>
Forwarded: not-needed
Last-Update: 2020-12-28
---
--- a/doc/1-intro.html
+++ b/doc/1-intro.html
@@ -1,7 +1,7 @@
<html>
<head>
<meta name="author" content="Michael R Sweet">
- <meta name="copyright" content="Copyright © 1997-2020, All Rights Reserved.">
+ <meta name="copyright" content="Copyright (C) 1997-2020, All Rights Reserved.">
<meta name="docversion" content="htmldoc-1.9.11">
<meta name="keywords" content="Software">
<title>HTMLDOC Users Manual</title>
|