mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-24 14:59:44 -05:00
Fix closing tag typo
This commit is contained in:
parent
b6ff613189
commit
796b5ceacb
@ -176,7 +176,7 @@ bool HtmlExporter::writeGroup(QIODevice& device, const Group& group, QString pat
|
||||
if (!u.isEmpty()) {
|
||||
item.append("<tr><th>");
|
||||
item.append(QObject::tr("User name"));
|
||||
item.append("</t><td class=\"username\">");
|
||||
item.append("</th><td class=\"username\">");
|
||||
item.append(entry->username().toHtmlEscaped());
|
||||
item.append("</td></tr>");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user