Parcourir la source

Small fix to the constants on bulk loader node page template function

Lacey Sanderson il y a 12 ans
Parent
commit
b630cd09bf
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      tripal_bulk_loader/tripal_bulk_loader.constants.inc

+ 1 - 1
tripal_bulk_loader/tripal_bulk_loader.constants.inc

@@ -167,7 +167,7 @@ function tripal_bulk_loader_set_constants_form($form_state, $node) {
 
       $form['exposed_fields']['existing'][$group]['delete'] = array(
         '#type' => 'markup',
-        '#value' => filter_xss(l(t('Edit'), 'node/' . $node->nid . '/constants/' . $group . '/edit') . '&nbsp&nbsp|&nbsp&nbsp'  .
+        '#value' => filter_xss(l(t('Edit'), 'node/' . $node->nid . '/constants/' . $group . '/edit') . '  |  '  .
           l(t('Delete'), 'node/' . $node->nid . '/constants/' . $group . '/delete')),
       );