mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/9556] Drop php closing tags, add trailing newline
Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556
This commit is contained in:
@@ -376,5 +376,3 @@ class phpbb_default_captcha
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
@@ -161,5 +161,3 @@ class phpbb_captcha_gd extends phpbb_default_captcha
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
@@ -79,5 +79,3 @@ class phpbb_captcha_gd_wave extends phpbb_default_captcha
|
||||
trigger_error($user->lang['CAPTCHA_NO_OPTIONS'] . adm_back_link($module->u_action));
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@@ -68,5 +68,3 @@ class phpbb_captcha_nogd extends phpbb_default_captcha
|
||||
trigger_error($user->lang['CAPTCHA_NO_OPTIONS'] . adm_back_link($module->u_action));
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@@ -1018,5 +1018,3 @@ class phpbb_captcha_qa
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@@ -336,5 +336,3 @@ class phpbb_recaptcha extends phpbb_default_captcha
|
||||
return $req;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
Reference in New Issue
Block a user