Skip to content

Commit 9d41fb0

Browse files
committed
Update name.rb
1 parent be1c885 commit 9d41fb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/models/name.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ def name_html(name: nil, assume_valid: false, check_correctness: false)
527527
elsif (assume_valid || validated?) || inferred_rank == 'domain'
528528
y = "<i>#{name}</i>"
529529
y = "<b>#{y}</b>" if check_correctness && correct?
530-
y +
530+
y.to_s +
531531
if is_type_species?
532532
"<sup>T#{'s' unless icnp? || icn?}</sup>"
533533
end

0 commit comments

Comments
 (0)