Skip to content

Commit

Permalink
Additional XML Parsing Error in print_all_bug_page_word.php
Browse files Browse the repository at this point in the history
Error is triggered when Custom Fields contain html special characters.

Fix #14721
  • Loading branch information
dregad committed Oct 11, 2012
1 parent c78c586 commit 63548c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion print_all_bug_page_word.php
Expand Up @@ -391,7 +391,7 @@
?>
<tr class="print">
<td class="print-category">
<?php echo sprintf( lang_get( 'label' ), lang_get_defaulted( $t_def['name'] ) ) ?>
<?php echo string_display_line( sprintf( lang_get( 'label' ), lang_get_defaulted( $t_def['name'] ) ) ) ?>
</td>
<td class="print" colspan="5">
<?php print_custom_field_value( $t_def, $t_custom_field_id, $t_id ); ?>
Expand Down

0 comments on commit 63548c7

Please sign in to comment.