Display quoted stuff correctly
This commit is contained in:
Родитель
ce174877d1
Коммит
20ce020346
|
@ -181,7 +181,7 @@ class TextHTMLConverter {
|
|||
!sendmailFuckage(text, i, in_length)) {
|
||||
text.insert(i, "<CITE>");
|
||||
in_length += 6;
|
||||
text.insert(in_length, "</CITE>");
|
||||
text.insert(in_length, "</CITE><br>");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче