Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
diaspora
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Gigadoc 2
diaspora
Commits
2c41485a
Commit
2c41485a
authored
Sep 12, 2016
by
Steffen van Bergerem
Committed by
Benjamin Neff
Sep 13, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add charset to error pages
closes #7092
parent
2139f4b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Changelog.md
Changelog.md
+1
-1
app/views/layouts/error_page.haml
app/views/layouts/error_page.haml
+1
-0
No files found.
Changelog.md
View file @
2c41485a
...
...
@@ -6,7 +6,7 @@
*
Make the session cookies HttpOnly again
[
#7041
](
https://github.com/diaspora/diaspora/pull/7041
)
*
Invalidate sessions with invalid CSRF tokens
[
#7050
](
https://github.com/diaspora/diaspora/pull/7050
)
*
Liking a post will no longer update its interacted timestamp
[
#7030
](
https://github.com/diaspora/diaspora/pull/7030
)
*
Improve W3C compliance
[
#7068
](
https://github.com/diaspora/diaspora/pull/7068
)
[
#7082
]
(https://github.com/diaspora/diaspora/pull/7082)
[
#7091
](
https://github.com/diaspora/diaspora/pull/7091
)
*
Improve W3C compliance
[
#7068
](
https://github.com/diaspora/diaspora/pull/7068
)
[
#7082
]
(https://github.com/diaspora/diaspora/pull/7082)
[
#7091
](
https://github.com/diaspora/diaspora/pull/7091
)
[
#7092
]
(https://github.com/diaspora/diaspora/pull/7092)
*
Load jQuery in the head on mobile
[
#7086
](
https://github.com/diaspora/diaspora/pull/7086
)
## Bug fixes
...
...
app/views/layouts/error_page.haml
View file @
2c41485a
...
...
@@ -3,6 +3,7 @@
%head
%title
=
page_title
yield
(
:page_title
)
%meta
{
charset:
"utf-8"
}
%link
{
rel:
"shortcut icon"
,
href:
image_path
(
"favicon.png"
)}
%link
{
rel:
"apple-touch-icon"
,
href:
image_path
(
"apple-touch-icon.png"
)}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment