Entity UI Overview table is adding an extra space in label column. Here is an example of the HTML:
<td>Monday <small> (Machine name: monday)</small>
Function theme_entity_ui_overview_item($variables) is adding this extra space, that could be removed.

CommentFileSizeAuthor
#1 extra_space-2445881-1.patch704 bytesplopesc

Comments

plopesc’s picture

Status: Active » Needs review
StatusFileSize
new704 bytes

Here is the simple patch for this issue.

Now, HTML output would be <td>Monday <small>(Machine name: monday)</small>

Regards

e0ipso’s picture

Status: Needs review » Reviewed & tested by the community

This came up in a project @plopesc and I are working on. This made Simpletests look stupid. We had to fix them to add the 2 spaces while checking for text in the page.

This is pretty straight forward.

  • fago committed ef9c09e on 7.x-1.x authored by plopesc
    Issue #2445881 by plopesc, e0ipso: Remove extra space in Entity UI table
    
fago’s picture

Status: Reviewed & tested by the community » Fixed

Thanks, committed. Sry for letting this lie so long!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.