Header style

main
Bob Mottram 2020-10-01 23:59:19 +01:00
parent 3746d145ff
commit 566364af54
1 changed files with 1 additions and 1 deletions

View File

@ -5201,7 +5201,7 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str,
if lineStr.startswith('#') or lineStr.startswith('*'):
lineStr = lineStr[1:].strip()
htmlStr += \
' <h5>' + lineStr + '</h5>\n'
' <h3>' + lineStr + '</h3>\n'
else:
htmlStr += \
' <p>' + lineStr + '</p>\n'