提交 f0ee9cda 编写于 作者: H Harald Albers

inserted space between updates available message and link description

this changes the rendering from
  ...functionality of Jenkins.(updates available)
to 
  ...functionality of Jenkins. (updates available)
which looks nicer.

Had to use  , regular whitespace wouldn't do.
上级 cf66a01d
......@@ -25,6 +25,6 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core">
<j:if test="${!empty app.updateCenter.updates}">
<span style="color:red; font-weight:bold">(${%updates available})</span>
<span style="color:red; font-weight:bold">&amp;nbsp;(${%updates available})</span>
</j:if>
</j:jelly>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册