This topic is locked
[SOLVED]

Bullet point on detail header in edit page

8/13/2026 09:01:01
PHPRunner General questions
G
GaryW author

Hello, I have an application that is working fine and whilst making and testing some changes I noticed a "bullet point" in each header of details sections on the edit page for one table.

I have no idea how this has happened, it seems to just be one table and just the edit page (the view page is fine). Where could this have come from please? (see uploaded images - one has the "bullet point" this is from the edit page and the other doesn't and this is from the view page).

I've checked everything I canthink of (labels, headers, titles etc.) but no luck.

Thank you
img alt

img alt
.

Sergey Kornilov admin 8/13/2026

It is really hard to tell what it might be. I would make sure that you are on the latest build of PHPRunner and there is no Custom CSS getting in the way. Another thing to check - make sure that this page wasn't modified in HTML mode on Style Editor screen. If it was, you might need to reset the page there.

Also, you can try to delete and add the Details table back.

Let us know if this helps.

G
GaryW author 8/13/2026

Thanks for getting back to me.

I updated to PHPRunner 11.3 yesterday. Can't see any custom CSS (I don't think I have made any changes like that anywhere).
Checked the code editor in the Style Editor and I see the code below. The viewpage dow not have the "<li role="separator" class="divider">
" parts in it. Are they something to do with the "Insert Separator" button in the code designer?

{BEGIN details_contract_deliverable}
<div data-itemtype="details_preview" data-itemid="details_preview2" {$item_details_preview2}="" data-pageid="{$pageid}" class="bs-details">
<div class="panel panel-info details-grid">
<div class="panel-heading">
<h4 class="panel-title">
{$details_pagetitle_contract_deliverable}

<span>
{$detailslButtons_contract_deliverable}
<li role="separator" class="divider">
<li role="separator" class="divider">
<li role="separator" class="divider">
</span>
</h4>
</div>
<div class="panel-body">
{$displayDetailTable_contract_deliverable}
</div>
</div>
</div>
{END details_contract_deliverable}

G
GaryW author 8/13/2026

Update: I took out these entries
<li role="separator" class="divider">
and it solved the issue, however I haven't added these in manually so perhaps there is someway to switch these off through the interface?

G
GaryW author 8/13/2026

Further update: removing all the detail entries from the pag, buliding then adding them back has solved it. Thank you for your help.

Sergey Kornilov admin 8/13/2026

Thank you for the update!

I thought those were remains from some older version of the software.