Skip to content

Commit

Permalink
Revert Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jwaspin committed Jan 31, 2024
1 parent bfd3baf commit a6fe887
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def writeHtml(hIdentifier)
end

# identifier - authority {citation}
unless hIdentifier[:citation].nil? || hIdentifier[:citation].empty?
unless hIdentifier[:citation].empty?
@html.details do
@html.summary('Authority', {'id' => 'metadata-identifier', 'class' => 'h5'})
@html.section(:class => 'block') do
Expand Down

0 comments on commit a6fe887

Please sign in to comment.