diff --git a/pages/configure_links.php b/pages/configure_links.php
index 67d631f..11a69df 100644
--- a/pages/configure_links.php
+++ b/pages/configure_links.php
@@ -74,11 +74,11 @@
if ( $t_custom_field_def['type'] == CUSTOM_FIELD_TYPE_ENUM ||
$t_custom_field_def['type'] == CUSTOM_FIELD_TYPE_MULTILIST)
{
- echo '
'. string_display_line( $t_custom_field_def['name'] ).' | ';
+ echo ''. string_attribute( $t_custom_field_def['name'] ).' | ';
$t_linked_field_id = LinkedCustomFieldsDao::getLinkedFieldId( $t_custom_field );
if ( $t_linked_field_id ) {
$t_linked_field = custom_field_get_definition( $t_linked_field_id );
- echo '' . $t_linked_field['name'] .' | ';
+ echo '' . string_attribute($t_linked_field['name']) .' | ';
} else {
echo ' None | ';
}
diff --git a/pages/link_edit.php b/pages/link_edit.php
index fe371a4..47f28ba 100644
--- a/pages/link_edit.php
+++ b/pages/link_edit.php
@@ -74,7 +74,7 @@
|
- |
+ |
@@ -95,7 +95,7 @@
$t_selected = $t_target_field_id == $t_target_candidate['id'] ? ' selected="selected"' : "";
- echo '';
+ echo '';
}
?>
@@ -126,7 +126,7 @@
-
+
@@ -143,7 +143,7 @@
$t_possible_value ) { ?>
|
-
+
|
|