Skip to content

Commit e633ddf

Browse files
committed
Merge pull request #55 from nostrademons/fix_ruby_14
Fix bug #54, the (incorrect) implicit closing of a <rtc> tag by <rp>.
2 parents 11aec47 + e495c1b commit e633ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tree-construction/ruby.dat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
| "a"
196196
| <rtc>
197197
| "b"
198-
| <rp>
198+
| <rp>
199199

200200
#data
201201
<html><ruby>a<rtc>b<span></ruby></html>

0 commit comments

Comments
 (0)