Blame SOURCES/0006-Fix-title-in-manpage.py-to-not-contain-online.patch

b9d005
From a4d59dcce863a02895fe40e487176149f3a4ad5b Mon Sep 17 00:00:00 2001
5b70e6
From: Miroslav Grepl <mgrepl@redhat.com>
5b70e6
Date: Fri, 20 Feb 2015 16:42:53 +0100
5b70e6
Subject: [PATCH] Fix title in manpage.py to not contain 'online'.
5b70e6
5b70e6
---
5b70e6
 python/sepolicy/sepolicy/manpage.py | 2 +-
5b70e6
 1 file changed, 1 insertion(+), 1 deletion(-)
5b70e6
5b70e6
diff --git a/python/sepolicy/sepolicy/manpage.py b/python/sepolicy/sepolicy/manpage.py
5b70e6
index dc3e5207c57c..6420ebe2e08e 100755
5b70e6
--- a/python/sepolicy/sepolicy/manpage.py
5b70e6
+++ b/python/sepolicy/sepolicy/manpage.py
5b70e6
@@ -222,7 +222,7 @@ class HTMLManPages:
5b70e6
 <html>
5b70e6
 <head>
5b70e6
 	<link rel=stylesheet type="text/css" href="style.css" title="style">
5b70e6
-	<title>SELinux man pages online</title>
5b70e6
+	<title>SELinux man pages</title>
5b70e6
 </head>
5b70e6
 <body>
5b70e6
 

SELinux man pages for %s

5b70e6
-- 
5b70e6
2.32.0
5b70e6