mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Fix closing tag typo
This commit is contained in:
parent
b6ff613189
commit
796b5ceacb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue