mirror of https://gitlab.com/bashrc2/epicyon
Remove title
parent
2f0b527881
commit
3aa6a58df1
|
@ -1036,7 +1036,6 @@ def html_poisoned(dictionary: [], twograms: {}) -> str:
|
||||||
'<html lang="en">' + \
|
'<html lang="en">' + \
|
||||||
'<head>' + \
|
'<head>' + \
|
||||||
'<meta charset="utf-8">' + \
|
'<meta charset="utf-8">' + \
|
||||||
'<title>Epicyon</title>' + \
|
|
||||||
'</head>' + \
|
'</head>' + \
|
||||||
'<body>'
|
'<body>'
|
||||||
no_of_common_words = len(common_words) - 1
|
no_of_common_words = len(common_words) - 1
|
||||||
|
|
Loading…
Reference in New Issue