Header style

main
Bob Mottram 2019-12-12 20:50:25 +00:00
parent 4e2dc12a53
commit 0831e3a6ea
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+=' <button type="submit" class="button" name="submitSearch">'+translate['Submit']+'</button>'
followStr+=' </form>' followStr+=' </form>'
followStr+=' </center>' followStr+=' </center>'
followStr+=' <br><br><p class="followText">'+htmlHashTagCloud(baseDir,path)+'</p>' followStr+=' <br><br><h2>'+htmlHashTagCloud(baseDir,path)+'</h2>'
followStr+=' </div>' followStr+=' </div>'
followStr+='</div>' followStr+='</div>'
followStr+=htmlFooter() followStr+=htmlFooter()