diff options
author | Chris Smith <toonarmy@phpbb.com> | 2008-09-02 13:14:46 +0000 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2008-09-02 13:14:46 +0000 |
commit | 80b7806f67e3856fb24deaa583e185a98ee52028 (patch) | |
tree | e7e59dbd71cf408a885cbfc554ea61ffaa868497 | |
parent | 9b494dbcacd662510d935545357ee7f58e76dce6 (diff) | |
download | forums-80b7806f67e3856fb24deaa583e185a98ee52028.tar forums-80b7806f67e3856fb24deaa583e185a98ee52028.tar.gz forums-80b7806f67e3856fb24deaa583e185a98ee52028.tar.bz2 forums-80b7806f67e3856fb24deaa583e185a98ee52028.tar.xz forums-80b7806f67e3856fb24deaa583e185a98ee52028.zip |
erm yeah? Fix new lines I added in r8807.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8808 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 2 | ||||
-rw-r--r-- | phpBB/includes/ucp/ucp_profile.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 6851a09041..2427c5aec3 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -709,4 +709,4 @@ </div> </body> -</html> +</html>
\ No newline at end of file diff --git a/phpBB/includes/ucp/ucp_profile.php b/phpBB/includes/ucp/ucp_profile.php index 7fdb25abfd..c323b507f7 100644 --- a/phpBB/includes/ucp/ucp_profile.php +++ b/phpBB/includes/ucp/ucp_profile.php @@ -633,4 +633,4 @@ class ucp_profile } } -?> +?>
\ No newline at end of file |