Skip to content

Commit

Permalink
fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
teovin committed Jun 11, 2024
1 parent c22eadc commit 1d7be58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web/main/legal_document_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -675,10 +675,10 @@ def format_headmatter(headmatter_str):
"<otherdate": '<p class="otherdate"',
"<decisiondate": '<p class="decisiondate"',
"<attorneys": '<p class="attorneys"',
"</docketnumber>": "</h4>",
"</otherdate>": "</h4>",
"</decisiondate>": "</h4>",
"</attorneys>": "</h4>",
"</docketnumber>": "</p>",
"</otherdate>": "</p>",
"</decisiondate>": "</p>",
"</attorneys>": "</p>",
"<br>": "",
}

Expand Down

0 comments on commit 1d7be58

Please sign in to comment.