Merge pull request #1338 from gwillem/fix-permissions

Remove execute permissions from php/less files
This commit is contained in:
Franz Liedke 2018-01-07 18:30:40 +01:00 committed by GitHub
commit 848293a7d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
47 changed files with 1 additions and 1 deletions

0
less/lib/Alert.less Executable file → Normal file
View File

0
less/lib/AlertManager.less Executable file → Normal file
View File

0
less/lib/App.less Executable file → Normal file
View File

0
less/lib/Avatar.less Executable file → Normal file
View File

0
less/lib/Badge.less Executable file → Normal file
View File

0
less/lib/Button.less Executable file → Normal file
View File

0
less/lib/Checkbox.less Executable file → Normal file
View File

0
less/lib/Dropdown.less Executable file → Normal file
View File

0
less/lib/Form.less Executable file → Normal file
View File

0
less/lib/FormControl.less Executable file → Normal file
View File

0
less/lib/LoadingIndicator.less Executable file → Normal file
View File

0
less/lib/Modal.less Executable file → Normal file
View File

0
less/lib/Navigation.less Executable file → Normal file
View File

0
less/lib/Search.less Executable file → Normal file
View File

0
less/lib/Select.less Executable file → Normal file
View File

0
less/lib/Tooltip.less Executable file → Normal file
View File

0
less/lib/lib.less Executable file → Normal file
View File

0
less/lib/mixins.less Executable file → Normal file
View File

0
less/lib/mixins/border-radius.less Executable file → Normal file
View File

0
less/lib/mixins/clearfix.less Executable file → Normal file
View File

0
less/lib/mixins/vendor-prefixes.less Executable file → Normal file
View File

0
less/lib/normalize.less vendored Executable file → Normal file
View File

0
less/lib/print.less Executable file → Normal file
View File

0
less/lib/scaffolding.less Executable file → Normal file
View File

0
less/lib/sideNav.less Executable file → Normal file
View File

0
less/lib/variables.less Executable file → Normal file
View File

0
scripts/compile.sh Executable file → Normal file
View File

0
src/Database/AbstractModel.php Executable file → Normal file
View File

0
src/Database/DatabaseMigrationRepository.php Executable file → Normal file
View File

0
src/Database/Migration.php Executable file → Normal file
View File

0
src/Database/MigrationCreator.php Executable file → Normal file
View File

0
src/Database/MigrationRepositoryInterface.php Executable file → Normal file
View File

0
src/Database/Migrator.php Executable file → Normal file
View File

0
src/Discussion/DiscussionMetadataUpdater.php Executable file → Normal file
View File

0
src/Discussion/DiscussionRenamedLogger.php Executable file → Normal file
View File

View File

@ -382,7 +382,7 @@ class FrontendView
protected function buildFootContent($customFooterHtml)
{
return implode("\n", $this->foot) . "\n" . $customFooterHtml;
return implode("\n", $this->foot)."\n".$customFooterHtml;
}
/**

0
src/Group/Group.php Executable file → Normal file
View File

0
src/Group/Permission.php Executable file → Normal file
View File

0
src/Post/AbstractEventPost.php Executable file → Normal file
View File

0
src/Post/CommentPost.php Executable file → Normal file
View File

0
src/Post/DiscussionRenamedPost.php Executable file → Normal file
View File

0
src/Post/Post.php Executable file → Normal file
View File

0
src/User/AvatarUploader.php Executable file → Normal file
View File

0
src/User/EmailConfirmationMailer.php Executable file → Normal file
View File

0
src/User/Guest.php Executable file → Normal file
View File

0
src/User/User.php Executable file → Normal file
View File

0
src/User/UserMetadataUpdater.php Executable file → Normal file
View File