Skip to content

Commit

Permalink
remove line break for lb
Browse files Browse the repository at this point in the history
  • Loading branch information
gythaogg committed Sep 30, 2024
1 parent b908ec4 commit a028c2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apis_ontology/static/scripts/show_popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ let behaviors = {
}
return result;
},
"lb": ["<br/><span class=\"break\">$@n&nbsp;</span>"],
"pb": ["<p class=\"break\">$@n</p>"],
"lb": ["<span class=\"break\">$@n&nbsp;</span>"],

// Hyperlink the rs tag and include type and ref in its title
"rs": function(e) {
Expand Down

0 comments on commit a028c2b

Please sign in to comment.