aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/coding-guidelines.html
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2010-10-19 13:57:43 +0200
committerIgor Wiedler <igor@wiedler.ch>2010-10-19 13:57:43 +0200
commit2264f88d8226336584b62d14e36f44b33712ceb0 (patch)
tree9358468470c1c6699859d85f652aedb74c63073d /phpBB/docs/coding-guidelines.html
parent6213188280a8a0088fcfacc0f992075f887d3000 (diff)
parent5f0f8c25be2c51b3699768ca7857e477ac68a061 (diff)
downloadforums-2264f88d8226336584b62d14e36f44b33712ceb0.tar
forums-2264f88d8226336584b62d14e36f44b33712ceb0.tar.gz
forums-2264f88d8226336584b62d14e36f44b33712ceb0.tar.bz2
forums-2264f88d8226336584b62d14e36f44b33712ceb0.tar.xz
forums-2264f88d8226336584b62d14e36f44b33712ceb0.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/9509] Remove section 8 from index [ticket/9509] Close anchor tag in coding guidelines [ticket/9854] Revise docs/auth_api.html to add more methods [ticket/9509] The VCS is now git [ticket/9840] Display view unread posts link for guests. Conflicts: phpBB/docs/coding-guidelines.html
Diffstat (limited to 'phpBB/docs/coding-guidelines.html')
-rw-r--r--phpBB/docs/coding-guidelines.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html
index 113910387c..9f95538c84 100644
--- a/phpBB/docs/coding-guidelines.html
+++ b/phpBB/docs/coding-guidelines.html
@@ -94,7 +94,6 @@
<li><a href="#commitmessage">Commit Messages and Repository Rules</a></li>
</ol>
</li>
- <li><a href="#changes">Guidelines Changelog</a></li>
<li><a href="#disclaimer">Copyright and disclaimer</a></li>
</ol>
@@ -2447,7 +2446,7 @@ if (utf8_case_fold_nfc($string1) == utf8_case_fold_nfc($string2))
<a name="commitmessage"></a><h3>7.ii. Commit Messages and Reposiory Rules</h3>
- <p>Information on repository rules, such as commit messages can be found at <a href="http://wiki.phpbb.com/display/DEV/Git" title="phpBB Git Information">http://wiki.phpbb.com/display/DEV/Git</p>.
+ <p>Information on repository rules, such as commit messages can be found at <a href="http://wiki.phpbb.com/display/DEV/Git" title="phpBB Git Information">http://wiki.phpbb.com/display/DEV/Git</a></p>.
</div>