Skip to content

Commit 0df9507

Browse files
p8vinistock
andauthored
Update lib/rdoc/generator/darkfish.rb
Co-authored-by: Vinicius Stock <[email protected]>
1 parent cb61f10 commit 0df9507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rdoc/generator/darkfish.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ def assemble_template(body_file)
595595
<<-TEMPLATE
596596
<!DOCTYPE html>
597597
598-
<html lang="#{@options.locale || 'en'}">
598+
<html lang="#{@options.locale&.name || 'en'}">
599599
<head>
600600
#{head_file.read}
601601

0 commit comments

Comments
 (0)