File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 416
416
<?php echo sprintf ( lang_get ( 'label ' ), $ t_lang_description ) ?>
417
417
</td>
418
418
<td class="print" colspan="5">
419
- <?php echo string_display_line_links ( $ t_bug ->description ) ?>
419
+ <?php echo string_display_links ( $ t_bug ->description ) ?>
420
420
</td>
421
421
</tr>
422
422
<tr class="print">
423
423
<td class="print-category">
424
424
<?php echo sprintf ( lang_get ( 'label ' ), $ t_lang_steps_to_reproduce ) ?>
425
425
</td>
426
426
<td class="print" colspan="5">
427
- <?php echo string_display_line_links ( $ t_bug ->steps_to_reproduce ) ?>
427
+ <?php echo string_display_links ( $ t_bug ->steps_to_reproduce ) ?>
428
428
</td>
429
429
</tr>
430
430
<tr class="print">
431
431
<td class="print-category">
432
432
<?php echo sprintf ( lang_get ( 'label ' ), $ t_lang_additional_information ) ?>
433
433
</td>
434
434
<td class="print" colspan="5">
435
- <?php echo string_display_line_links ( $ t_bug ->additional_information ) ?>
435
+ <?php echo string_display_links ( $ t_bug ->additional_information ) ?>
436
436
</td>
437
437
</tr>
438
438
<?php
You can’t perform that action at this time.
0 commit comments