erikg / Revelation

Revelation is a password manager for the GNOME desktop, released under the GNU GPL license. It stores all your accounts and passwords in a single, secure place, and gives you access to it through a user-friendly graphical interface.

Clone this repository (size: 1.8 MB): HTTPS / SSH
$ hg clone http://oss.codepoet.no/revelation
commit 486: 7ae1f811fd74
parent 485: 2645d2e5e351
branch: default
fixed crash in XHTML exporter [Javier Kohen]
Erik Grinaker / erikg
3 years ago

Changed (Δ60 bytes):

raw changeset »

NEWS (3 lines added, 0 lines removed)

src/lib/datahandler/xhtml.py (1 lines added, 1 lines removed)

Up to file-list NEWS:

1
1
xxxx-xx-xx: Revelation 0.4.12
2
2
=============================
3
3
4
Bugfixes:
5
- fixed crash in XHTML exporter [Javier Kohen]
6
4
7
Translation:
5
8
- added finnish translation [Ilkka Tuohela]
6
9

Up to file-list src/lib/datahandler/xhtml.py:

@@ -458,7 +458,7 @@ class XHTML(base.DataHandler):
458
458
459
459
		# generate the xhtml
460
460
		xhtml = ""
461
		xhtml += "	<h2><img src=\"%s/sidebar/accountlist.png\" class=\"icon\" alt=\"Account list\" />" + _('Account list') + "</h2>\n" % IMAGEPATH
461
		xhtml += ("	<h2><img src=\"%s/sidebar/accountlist.png\" class=\"icon\" alt=\"Account list\" />" + _('Account list') + "</h2>\n") % IMAGEPATH
462
462
		xhtml += "\n"
463
463
464
464
		for entrytype in entry.ENTRYLIST: