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

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

SELinux man pages for %s

60475e
-- 
60475e
2.21.0
60475e