aboutsummaryrefslogtreecommitdiff
path: root/src/format.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/format.rs')
-rw-r--r--src/format.rs12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/format.rs b/src/format.rs
index 3519b13..801611d 100644
--- a/src/format.rs
+++ b/src/format.rs
@@ -154,17 +154,9 @@ pub fn format_batch_to<'a>(
writeln!(
buf,
- r#"<p><strong>Extra examples (reading practice)</strong></p><table class="extratable">"#
+ r#"<p><strong>Extra examples (reading practice)</strong></p>"#
)?;
- for ex in batch.extra_examples.iter() {
- writeln!(
- buf,
- r#"<tr><td><div class="extra_example"><div class="extra_ja font_ja">{}</div><div class="extra_en">{}</div></div></td></tr>"#,
- ex.furigana_markup(),
- ex.en
- )?;
- }
- writeln!(buf, r#"</table>"#)?;
+ // TODO
writeln!(buf, "<hr />")?;
writeln!(buf, "<p>\(≧▽≦)/</p>")?;