File: 103_erase-link-to-external-website.patch

package info (click to toggle)
glogic 2.6-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,728 kB
  • sloc: python: 5,335; sh: 697; makefile: 199; xml: 18
file content (17 lines) | stat: -rw-r--r-- 707 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Erase external link in HTLM help.
Author: Innocent De Marchi <tangram.peces@gmail.com>
Forwarded: https://bugs.launchpad.net/glogic/+bug/1892946
Last-Update: 2020-08-25

--- a/help/C/legal.xml
+++ b/help/C/legal.xml
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <license xmlns="http://projectmallard.org/1.0/" href="http://creativecommons.org/licenses/by-sa/3.0/">
 	<p>This work is licensed under a
-	<link href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons
-	Attribution-Share Alike 3.0 Unported License</link>.</p>
+	Creative Commons
+	Attribution-Share Alike 3.0 Unported License.</p>
+	<p> See http://creativecommons.org/licenses/by-sa/3.0/.</p>
 </license>