diff options
author | Andreas Fischer <bantu@phpbb.com> | 2010-11-18 14:01:38 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2010-11-18 14:01:38 +0100 |
commit | d917b2d7379dff75d7806142a70551bbb0382bd9 (patch) | |
tree | 5a5f3645d2017c7d1fdfb8de2adec84c939bcaa1 | |
parent | bb9c8ca5631da55db4a6d9d1713eaccc3bf8efe1 (diff) | |
parent | 859149f5c36c1ebd437f43de940528d25931d6fd (diff) | |
download | forums-d917b2d7379dff75d7806142a70551bbb0382bd9.tar forums-d917b2d7379dff75d7806142a70551bbb0382bd9.tar.gz forums-d917b2d7379dff75d7806142a70551bbb0382bd9.tar.bz2 forums-d917b2d7379dff75d7806142a70551bbb0382bd9.tar.xz forums-d917b2d7379dff75d7806142a70551bbb0382bd9.zip |
Merge branch 'ticket/igorw/9509' into prep-release-3.0.8
* ticket/igorw/9509:
[ticket/9509] Fix a typo and wrong period placement
-rw-r--r-- | phpBB/docs/coding-guidelines.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index 76afc79f99..5a73554741 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -2349,9 +2349,9 @@ if (utf8_case_fold_nfc($string1) == utf8_case_fold_nfc($string2)) </li> </ul> - <a name="commitmessage"></a><h3>7.ii. Commit Messages and Reposiory Rules</h3> + <a name="commitmessage"></a><h3>7.ii. Commit Messages and Repository 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</a></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> |