diff options
author | brunoais <brunoaiss@gmail.com> | 2014-07-20 10:05:50 +0100 |
---|---|---|
committer | brunoais <brunoaiss@gmail.com> | 2014-07-20 10:05:50 +0100 |
commit | 51feab9ed6b6ba7c4d03ed6f1f6e8feef4fe661f (patch) | |
tree | 7b834820f3c5acfca3ddebaa5754598b55cef6c3 | |
parent | 49a1d845fe4ccb8ce56c5aa9c3a84bc14f87778f (diff) | |
download | forums-51feab9ed6b6ba7c4d03ed6f1f6e8feef4fe661f.tar forums-51feab9ed6b6ba7c4d03ed6f1f6e8feef4fe661f.tar.gz forums-51feab9ed6b6ba7c4d03ed6f1f6e8feef4fe661f.tar.bz2 forums-51feab9ed6b6ba7c4d03ed6f1f6e8feef4fe661f.tar.xz forums-51feab9ed6b6ba7c4d03ed6f1f6e8feef4fe661f.zip |
[ticket/12800] removed superfulous tab character
PHPBB3-12800
-rw-r--r-- | phpBB/includes/functions_display.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_display.php b/phpBB/includes/functions_display.php index 2615ff5a3d..7502725b95 100644 --- a/phpBB/includes/functions_display.php +++ b/phpBB/includes/functions_display.php @@ -1134,7 +1134,7 @@ function display_user_activity(&$userdata) $db->sql_freeresult($result); } } - + /** * Alter list of forums and topics to display as active * |