Vote #79639
完了Fix list rendering inside project description in projects#index
0%
説明
To reproduce, add to the project description an unordered list and open the projects index page.
Without the patch:
!{width:50%;border:1px solid grey}.before.png!
With the fix applied:
!{width:50%;border:1px solid grey}.after.png!
At least the current stable version is affected.
journals
Confirmed with 3.3-stable.
But I think this may be what Jean-Philippe Lang intended because you can see the following code in @application.css@.
<pre>
ul.projects li {list-style-type:none;}
</pre>
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Committed, thanks.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------