You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/templates
Hester Gong f401337f64
fix br display for packages curls (#23737)
Before:
<img width="1403" alt="截屏2023-03-27 15 48 23"
src="https://user-images.githubusercontent.com/17645053/227875392-399debf7-db75-4d9a-9436-409f75447c65.png">
This happens because the `<br>` matches this
[rule](e6e602fd8d/web_src/css/markup/content.css (L428)),
which is not necessary here (This is introduced by #22861, did a quick
check, and this is the only place used `<br>` inside `<code>` from the
PR):
```css
.markup code br,
.markup tt br {
  display: none;
}
```

After:
<img width="1398" alt="截屏2023-03-27 15 46 50"
src="https://user-images.githubusercontent.com/17645053/227875244-b7fba432-b32c-42f7-9517-4e05bb2e64ea.png">

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
1 year ago
..
admin Remove incorrect HTML self close tag (#23748) 1 year ago
api/packages/pypi Remove incorrect HTML self close tag (#23748) 1 year ago
base Fine tune more downdrop settings, use SVG for labels, improve Repo Topic Edit form (#23626) 1 year ago
code Use data-tooltip-content for tippy tooltip (#23649) 1 year ago
custom Add footer extra links template (#9576) 5 years ago
explore Use data-tooltip-content for tippy tooltip (#23649) 1 year ago
mail Remove incorrect HTML self close tag (#23748) 1 year ago
org Remove incorrect HTML self close tag (#23748) 1 year ago
package fix br display for packages curls (#23737) 1 year ago
projects Fix project card preview select and template select (#23684) 1 year ago
repo Fix SVG close tag, improve commit graph page UI alignment (#23751) 1 year ago
shared Use data-tooltip-content for tippy tooltip (#23649) 1 year ago
status Remove incorrect HTML self close tag (#23748) 1 year ago
swagger Editor preview support for external renderers (#23333) 1 year ago
user Remove incorrect HTML self close tag (#23748) 1 year ago
home.tmpl Remove incorrect HTML self close tag (#23748) 1 year ago
install.tmpl Remove incorrect HTML self close tag (#23748) 1 year ago
post-install.tmpl Remove incorrect HTML self close tag (#23748) 1 year ago