diff --git a/modules/openstack_project/files/gerrit/GerritSite.css b/modules/openstack_project/files/gerrit/GerritSite.css index 7b289d27d7..03a48b079a 100644 --- a/modules/openstack_project/files/gerrit/GerritSite.css +++ b/modules/openstack_project/files/gerrit/GerritSite.css @@ -44,4 +44,4 @@ a.gwt-InlineHyperlink {background: none !important} .result_LOST { color: #e39f00; } -ul {list-style-type: none; } +li.comment_test {list-style-type: none; } diff --git a/modules/openstack_project/manifests/gerrit.pp b/modules/openstack_project/manifests/gerrit.pp index 7ca745f335..5a5288748d 100644 --- a/modules/openstack_project/manifests/gerrit.pp +++ b/modules/openstack_project/manifests/gerrit.pp @@ -151,7 +151,7 @@ class openstack_project::gerrit ( { name => 'testresult', match => '
  • ([^ ]+) ([^<]+) : ([^ ]+)([^<]*)
  • ', - html => '
  • $1 $3$4
  • ', + html => '
  • $1 $3$4
  • ', }, { name => 'launchpadbug',