diff --git a/src/mfm/html-to-mfm.ts b/src/mfm/html-to-mfm.ts
index b476a9af5..6da1dbdad 100644
--- a/src/mfm/html-to-mfm.ts
+++ b/src/mfm/html-to-mfm.ts
@@ -47,11 +47,9 @@ export default function(html: string): string {
//#region ホスト名部分が省略されているので復元する
const acct = `${txt}@${(new URL(href.value)).hostname}`;
text += acct;
- break;
//#endregion
} else if (part.length == 3) {
text += txt;
- break;
}
// その他
} else {