Skip to content

Commit

Permalink
fix underlining
Browse files Browse the repository at this point in the history
- fixed underlining in lesson 3, grammar wb 8.
  • Loading branch information
SethClydesdale committed Sep 1, 2024
1 parent 3aaa5f8 commit 80e5047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lessons/lesson-3/grammar-wb-8/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h1><a href="../../../" id="home-link">Tobira Study Resources</a></h1>

'<div class="problem">'+
'<div class="inner-problem">'+
'あの<u class="ul-double">手が長くて、<ruby>形<rt>かたち</rt></ruby>が<ruby>面白<rt>おもしろ</rt></ruby>いロボットはどんなことが出来ますか</u>。<br>'+
'あの<u class="ul-double">手が長くて</u>、<u class="ul-double"><ruby>形<rt>かたち</rt></ruby>が<ruby>面白<rt>おもしろ</rt></ruby>いロボット</u>はどんなことが出来ますか。<br>'+
'{長い手をしていて、面白い形をしているロボット|ながいてをしていて、おもしろいかたちをしているロボット|' + Genki.getAlts('{長}い{手}をしていて、{面白}い{形}をし{ている}ロボット', 'なが|て|おもしろ|かたち|た') + 'answer}。'+
'</div>'+
'</div>'+
Expand Down

0 comments on commit 80e5047

Please sign in to comment.