Skip to content

Commit 6bb7b2f

Browse files
committed
chore: revise unsupported audio tip replacement
1 parent 28dae0d commit 6bb7b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jekyll-spaceship/processors/media-processor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def handle_audio(element, data)
181181
" controls>" \
182182
"<p> Your browser doesn't support HTML5 audio."\
183183
" Here is a <a href=\"#{cfg['src']}\">link to download the audio</a>"\
184-
"instead. </p>"\
184+
" instead. </p>"\
185185
"</audio>"
186186
doc = Nokogiri::XML(html)
187187
element.replace(doc.children.first)

0 commit comments

Comments
 (0)