diff options
Diffstat (limited to 'templates/list_xref.tpl')
| -rwxr-xr-x | templates/list_xref.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list_xref.tpl b/templates/list_xref.tpl index 4f68f95..794f3ad 100755 --- a/templates/list_xref.tpl +++ b/templates/list_xref.tpl @@ -28,7 +28,7 @@ {$gContent->mInfo.xref[xref].data|escape} </td> <td> - {if isset($gContent->mInfo.xref[xref].usn) and ($gContent->mInfo.xref[xref].usn <> '') } + {if isset($gContent->mInfo.xref[xref].usn) && ($gContent->mInfo.xref[xref].usn <> '') } {$gContent->mInfo.xref[xref].usn|escape} {smartlink ititle="Link to" ifile="../property/display_property.php" booticon="icon-note-edit" property_id=$gContent->mInfo.xref[xref].usn} {/if} |
