Skip to content

Commit

Permalink
[REF] Fix missing empty unix style line at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
softstartcode committed Jan 29, 2023
1 parent 68f5c40 commit b85c1b0
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion doc/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
order deny,allow
deny from all
</IfModule>
</FilesMatch>
</FilesMatch>
2 changes: 1 addition & 1 deletion lib/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
<IfModule !mod_authz_core.c>
Allow from all
</IfModule>
</FilesMatch>
</FilesMatch>
2 changes: 1 addition & 1 deletion lib/cypht/modules/tiki/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -633,4 +633,4 @@ letter-spacing: unset;
.filter_actions_modal_table .move_to_trackers {
top: unset;
right: unset;
}
}
2 changes: 1 addition & 1 deletion lib/live_support/live-support.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ span.operator{
align-self: flex-end;
border-radius: 10px 0px 10px 10px;
color: #fff !important;
}
}
2 changes: 1 addition & 1 deletion lib/xmpp/css/conversejs.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@

converse-chat-message[message_type=info] {
display: none;
}
}
2 changes: 1 addition & 1 deletion modules/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
order deny,allow
deny from all
</IfModule>
</FilesMatch>
</FilesMatch>
2 changes: 1 addition & 1 deletion storage/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
order deny,allow
deny from all
</IfModule>
</FilesMatch>
</FilesMatch>
2 changes: 1 addition & 1 deletion storage/public/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
order deny,allow
allow from all
</IfModule>
</FilesMatch>
</FilesMatch>
2 changes: 1 addition & 1 deletion tests/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
order deny,allow
deny from all
</IfModule>
</FilesMatch>
</FilesMatch>
2 changes: 1 addition & 1 deletion themes/css/tiki-install.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@
top: initial;
bottom: 10px;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
.layout_classic .sitetitle a,
.layout_classic .sitesubtitle {
color: #000 !important;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
.layout_classic .sitetitle a,
.layout_classic .sitesubtitle {
color: #000 !important;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
.layout_classic .sitetitle a,
.layout_classic .sitesubtitle {
color: #000 !important;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
.layout_classic .sitetitle a,
.layout_classic .sitesubtitle {
color: #000 !important;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
.layout_classic .sitetitle a,
.layout_classic .sitesubtitle {
color: #000 !important;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
.layout_classic .sitetitle a,
.layout_classic .sitesubtitle {
color: #000 !important;
}
}

0 comments on commit b85c1b0

Please sign in to comment.