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 6b71dfe commit dc28432
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.div do
@html.div('Authority', {'id' => 'metadata-identifier', 'class' => 'h5'})
@html.div(:class => 'block') do
Expand Down

0 comments on commit dc28432

Please sign in to comment.