26 lines
755 B
Diff
26 lines
755 B
Diff
From bc4f626be601556652a16d5e359362d7c7aedc0b Mon Sep 17 00:00:00 2001
|
|
From: James Prior <jep200404@columbus.rr.com>
|
|
Date: Sat, 25 Nov 2017 17:07:02 -0500
|
|
Subject: [PATCH] Fix title of web/install.html.
|
|
|
|
---
|
|
web/install.html | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/web/install.html b/web/install.html
|
|
index e017e5d..5977183 100644
|
|
--- a/web/install.html
|
|
+++ b/web/install.html
|
|
@@ -15,7 +15,7 @@ http://creativecommons.org/licenses/by-nc/2.5/
|
|
<meta name="keywords" content="check, unit test, c" />
|
|
|
|
<!-- Site Title -->
|
|
-<title>Check | Users of Check</title>
|
|
+<title>Check | Installing Check</title>
|
|
|
|
<!-- Link to Style External Sheet -->
|
|
<link href="css/style.css" type="text/css" rel="stylesheet" />
|
|
--
|
|
2.27.0
|
|
|