diff --git a/code/AssetTableField.php b/code/AssetTableField.php index 8ed8f8b0..080421a1 100755 --- a/code/AssetTableField.php +++ b/code/AssetTableField.php @@ -202,7 +202,7 @@ class AssetTableField extends ComplexTableField { foreach($links as $link) { $backlinks[] = "
  • ID\">" . $link->Breadcrumbs(null,true). "
  • "; } - $backlinks = "
    ". _t('AssetTableField.PAGESLINKING','The following pages link to this file:') .""; + $backlinks = "
    ". _t('AssetTableField.PAGESLINKING','The following pages link to this file:') ."
    "; } if(!isset($backlinks)) $backlinks = "

    ". _t('AssetTableField.NOLINKS',"This file hasn't been linked to from any pages.") ."

    "; $detailFormFields->addFieldToTab("BottomRoot.Links", new LiteralField("Backlinks", $backlinks));