Skip to content

Commit 63548c7

Browse files
committedOct 11, 2012
Additional XML Parsing Error in print_all_bug_page_word.php
Error is triggered when Custom Fields contain html special characters. Fix #14721
1 parent c78c586 commit 63548c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎print_all_bug_page_word.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@
391391
?>
392392
<tr class="print">
393393
<td class="print-category">
394-
<?php echo sprintf( lang_get( 'label' ), lang_get_defaulted( $t_def['name'] ) ) ?>
394+
<?php echo string_display_line( sprintf( lang_get( 'label' ), lang_get_defaulted( $t_def['name'] ) ) ) ?>
395395
</td>
396396
<td class="print" colspan="5">
397397
<?php print_custom_field_value( $t_def, $t_custom_field_id, $t_id ); ?>

0 commit comments

Comments
 (0)