mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
dbmanager: fix setting html attributes (fixes #8271)
This commit is contained in:
parent
fd85aeea95
commit
9e5e9484df
@ -75,7 +75,7 @@ class HtmlElem:
|
||||
def getAttrsHtml(self):
|
||||
html = u''
|
||||
for k, v in self.attrs.iteritems():
|
||||
html += u' %s="%s"' % ( k, u' '.join(v) )
|
||||
html += u' %s="%s"' % ( k, v )
|
||||
return html
|
||||
|
||||
def openTagHtml(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user