diff options
author | Igor Wiedler <igor@wiedler.ch> | 2010-10-19 13:45:50 +0200 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2010-10-19 13:45:50 +0200 |
commit | 5ad5930c8f664035c92453230489b1dbbc5acbab (patch) | |
tree | 0cb7448a435897d19f03b553411a21de4a2b41fc /phpBB/docs/coding-guidelines.html | |
parent | b6a60d4d64abc78d5e3e3899e912e31499dc73f9 (diff) | |
download | forums-5ad5930c8f664035c92453230489b1dbbc5acbab.tar forums-5ad5930c8f664035c92453230489b1dbbc5acbab.tar.gz forums-5ad5930c8f664035c92453230489b1dbbc5acbab.tar.bz2 forums-5ad5930c8f664035c92453230489b1dbbc5acbab.tar.xz forums-5ad5930c8f664035c92453230489b1dbbc5acbab.zip |
[ticket/9509] Close anchor tag in coding guidelines
Thanks Andreas.
PHPBB3-9509
Diffstat (limited to 'phpBB/docs/coding-guidelines.html')
-rw-r--r-- | phpBB/docs/coding-guidelines.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index 83bd229c8c..ae6cbaacbc 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -2352,7 +2352,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> |