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

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

SELinux man pages for %s

0cec52
-- 
0cec52
2.21.0
0cec52