Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
fixed character encoding for all panels (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
eglia committed Mar 31, 2016
1 parent 4b9420e commit fc26c10
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Changelog
### 0.3.2 (unreleased)
- fixed character encoding for all panels

### 0.3.1
- Added private browsing support
- Added multiprocess firefox support
Expand Down
1 change: 1 addition & 0 deletions data/add-panel.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<h4 id="title" align="center">Detected new login:</h4>
Expand Down
1 change: 1 addition & 0 deletions data/main-panel.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<div id="divLogins">No Logins found for this site</div>
Expand Down
7 changes: 4 additions & 3 deletions data/settings-panel.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<html>
<head>
<style>
table.equalDivide td { width:50%; }
</style>
<meta charset="utf-8">
<style>
table.equalDivide td { width:50%; }
</style>
</head>
<body>
<h4 align="center">Please enter your ownCloud credentials:</h4>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "ownCloud Passwords",
"name": "ff-oc-passwords",
"version": "0.3.1",
"version": "0.3.2",
"description": "A Firefox add-on to access passwords stored in an ownCloud.",
"homepage": "https://github.com/eglia/ff-oc-passwords",
"main": "index.js",
Expand Down

0 comments on commit fc26c10

Please sign in to comment.