diff options
author | Igor Wiedler <igor@wiedler.ch> | 2010-10-19 14:03:44 +0200 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2010-10-19 14:03:44 +0200 |
commit | d503272645d0f14daa2c2664e04dbdc33da9379e (patch) | |
tree | 3a29a36401d16572b71e0fe46442f6583904e521 /phpBB/docs/coding-guidelines.html | |
parent | 5f0f8c25be2c51b3699768ca7857e477ac68a061 (diff) | |
parent | b27b69cf375df2374a280dba5d14a257dae25365 (diff) | |
download | forums-d503272645d0f14daa2c2664e04dbdc33da9379e.tar forums-d503272645d0f14daa2c2664e04dbdc33da9379e.tar.gz forums-d503272645d0f14daa2c2664e04dbdc33da9379e.tar.bz2 forums-d503272645d0f14daa2c2664e04dbdc33da9379e.tar.xz forums-d503272645d0f14daa2c2664e04dbdc33da9379e.zip |
Merge branch 'ticket/bantu/9857' into develop-olympus
* ticket/bantu/9857:
[ticket/9857] Remove visible $Id$ from phpBB/docs files.
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 e9b222858d..76afc79f99 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -2381,7 +2381,7 @@ if (utf8_case_fold_nfc($string1) == utf8_case_fold_nfc($string2)) <!-- END DOCUMENT --> <div id="page-footer"> - <div class="version"> $Id$ </div> + <div class="version"> </div> </div> </div></div> |