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 377
377
<?php echo $ t_lang_description ?> :
378
378
</td>
379
379
<td class="print" colspan="5">
380
- <?php echo string_display_line_links ( $ t_bug ->description ) ?>
380
+ <?php echo string_display_links ( $ t_bug ->description ) ?>
381
381
</td>
382
382
</tr>
383
383
<tr class="print">
384
384
<td class="print-category">
385
385
<?php echo $ t_lang_steps_to_reproduce ?> :
386
386
</td>
387
387
<td class="print" colspan="5">
388
- <?php echo string_display_line_links ( $ t_bug ->steps_to_reproduce ) ?>
388
+ <?php echo string_display_links ( $ t_bug ->steps_to_reproduce ) ?>
389
389
</td>
390
390
</tr>
391
391
<tr class="print">
392
392
<td class="print-category">
393
393
<?php echo $ t_lang_additional_information ?> :
394
394
</td>
395
395
<td class="print" colspan="5">
396
- <?php echo string_display_line_links ( $ t_bug ->additional_information ) ?>
396
+ <?php echo string_display_links ( $ t_bug ->additional_information ) ?>
397
397
</td>
398
398
</tr>
399
399
<?php
You can’t perform that action at this time.
0 commit comments