diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2011-12-14 20:44:00 -0500 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2011-12-14 20:44:00 -0500 |
commit | 6233bde5ed57fd63f8c15f3c308c6f51579a39ed (patch) | |
tree | 096730ffac00d1c9a8fc3b7d216276cf70c829c0 /phpBB | |
parent | 72eb1ad8cc848192f8f898da0415241c5f023482 (diff) | |
parent | b05c325dd2d27b839a6bdce20d4e59a6fbc0c960 (diff) | |
download | forums-6233bde5ed57fd63f8c15f3c308c6f51579a39ed.tar forums-6233bde5ed57fd63f8c15f3c308c6f51579a39ed.tar.gz forums-6233bde5ed57fd63f8c15f3c308c6f51579a39ed.tar.bz2 forums-6233bde5ed57fd63f8c15f3c308c6f51579a39ed.tar.xz forums-6233bde5ed57fd63f8c15f3c308c6f51579a39ed.zip |
Merge remote-tracking branch 'imkingdavid/ticket/10524' into develop
* imkingdavid/ticket/10524:
[ticket/10524] Changed Olympus to Ascraeus in Coding Docs in 3 places
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/docs/coding-guidelines.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index f835068be9..cf40173154 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8"> <meta name="keywords" content="" /> -<meta name="description" content="Olympus coding guidelines document" /> +<meta name="description" content="Ascraeus coding guidelines document" /> <title>phpBB3 • Coding Guidelines</title> <link href="stylesheet.css" rel="stylesheet" type="text/css" media="screen, projection" /> @@ -21,7 +21,7 @@ <div id="doc-description"> <a href="../index.php" id="logo"><img src="site_logo.gif" alt="" /></a> <h1>Coding Guidelines</h1> - <p>Olympus coding guidelines document</p> + <p>Ascraeus coding guidelines document</p> <p style="display: none;"><a href="#start_here">Skip</a></p> </div> @@ -35,7 +35,7 @@ <!-- BEGIN DOCUMENT --> -<p>These are the phpBB Coding Guidelines for Olympus, all attempts should be made to follow them as closely as possible.</p> +<p>These are the phpBB Coding Guidelines for Ascraeus, all attempts should be made to follow them as closely as possible.</p> <h1>Coding Guidelines</h1> |