I found typo error and wrong html tag
Closed this issue · 1 comments
studioego commented
I found some speakers name typo error and wrong html tags(missed html tag)
Then I sent fixed typo errors and wrong html tag.
Below is my pull-request.
-
fixed some Speakers name typo
案浦 浩二 Koji Annour
to案浦 浩二 Koji Annoura
Linjie L
toLinjie Lv
-
fixed wrong html tags & add spacing
<td><div class="speaker">DaeHyun Sung(성대현/成大鉉/ソン・デヒョン)</div>CJK issues (based on Korean Language and</div>Ideographs[漢字, Chinese characters]) on LibreOffice</td>
to
<td><div class="speaker">DaeHyun Sung<br />(성대현/成大鉉/ソン・デヒョン)</div>CJK issues (based on Korean Language and Ideographs[漢字, Chinese characters]) on LibreOffice</td>
Plz, Check it, Cheer up!