Header style

main
Bob Mottram 2019-12-12 20:51:49 +00:00
parent 0831e3a6ea
commit e66487f8fa
1 changed files with 1 additions and 1 deletions

View File

@ -3809,7 +3809,7 @@ def htmlSearch(translate: {}, \
followStr+=' <button type="submit" class="button" name="submitSearch">'+translate['Submit']+'</button>'
followStr+=' </form>'
followStr+=' </center>'
followStr+=' <br><br><h2>'+htmlHashTagCloud(baseDir,path)+'</h2>'
followStr+=' <br><br><h1>'+htmlHashTagCloud(baseDir,path)+'</h1>'
followStr+=' </div>'
followStr+='</div>'
followStr+=htmlFooter()