public
Description: Git mirror of the CMS Made Simple 2.0 rewrite
Homepage: http://cmsmadesimple.org
Clone URL: git://github.com/tedkulp/cmsmadesimple-2-0.git
Search Repo:
Add missing period to the 'Please click here to go to your CMS site or you 
can go to the Admin Panel.' sentence.

git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@3307 
3d254a34-79dc-0310-9e5f-be208747d8a0
elijahlofgren (author)
Tue Aug 15 07:41:52 -0700 2006
commit  388cc600588b5d47a6cf538653a4058662b7511a
tree    54652904b831dab08a4263f13a9381b7a3f933db
parent  740fd32f8c05d5596868a6200200d9d1c5994309
...
194
195
196
197
 
198
199
200
...
194
195
196
 
197
198
199
200
0
@@ -194,7 +194,7 @@ else
0
 
0
 
0
     echo "<p>Please review config.php, modify any new settings as necessary and then reset it's permissions back to a locked state.</p>";
0
- echo "<p>CMS is up to date. Please click <a href=\"../index.php\">here</a> to go to your CMS site or you can <a href=\"../admin/\">go to the Admin Panel</a></p>";
0
+ echo "<p>CMS is up to date. Please click <a href=\"../index.php\">here</a> to go to your CMS site or you can <a href=\"../admin/\">go to the Admin Panel</a>.</p>";
0
 
0
   }
0
 

Comments

    No one has commented yet.