Skip to content

Commit

Permalink
Added content-type heading for HTML export fixing #1484 (#1545)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscargus authored Jul 8, 2016
1 parent 499a355 commit 28d4387
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
- Fixed [#1482](https://github.com/JabRef/jabref/issues/1482): Correct number of matched entries is displayed for refining subgroups
- Fixed [#1444](https://github.com/JabRef/jabref/issues/1444): Implement getExtension and getDescription for importers.
- Fixed [#1507](https://github.com/JabRef/jabref/issues/1507): Keywords are now separated by the delimiter specified in the preferences
- Fixed [#1484](https://github.com/JabRef/jabref/issues/1484): HTML export handles some UTF characters wrong

### Removed

Expand Down
5 changes: 3 additions & 2 deletions src/main/resources/resource/layout/html.begin.layout
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<!-- jabref.sf.net generated HTML layout -->
<!-- 2006-01-17 wegner added PMID linkout -->
<html>
<header>
<head>
<title>JabRef Output</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
body {
font-family:Georgia, Garamond, Serif;
Expand Down Expand Up @@ -57,7 +58,7 @@ body {
display:inline;
}
</style>
</header>
</head>
<body>


Expand Down

0 comments on commit 28d4387

Please sign in to comment.