Missing +

main
Bob Mottram 2020-12-07 12:28:13 +00:00
parent 51255965b1
commit c68ae15402
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ def htmlSkillsSearch(actor: str,
skillSearchForm = htmlHeaderWithExternalStyle(cssFilename)
skillSearchForm += \
'<center><h1><a href = "' + actor + '/search">' \
'<center><h1><a href = "' + actor + '/search">' + \
translate['Skills search'] + ': ' + \
skillsearch + \
'</a></h1></center>'