Page 1 of 1

Comparison table typo

PostPosted: Mon Nov 14, 2011 6:08 pm
by test
In DFH v1.2.3, ./styles/Indigo/comparison_table.php,

These 2 lines with variables (1 line after the other):

<?php echo $content[7];?> <?php echo $lang[days];?>
<?php echo $content[36];?> <?php echo $lang[days];?>

Should be reversed, like this:

<?php echo $content[36];?> <?php echo $lang[days];?>
<?php echo $content[7];?> <?php echo $lang[days];?>

Re: Comparison table typo

PostPosted: Wed Nov 16, 2011 6:59 am
by SamEA
Are you sure they are in the incorrect order? Never noticed that and will verify that bug soon.

Re: Comparison table typo

PostPosted: Wed Nov 16, 2011 10:57 am
by test
It's more a typo than a bug. :P

And yup, at first, I noticed the incorrect order on my custom skin, so I check the original indigo skin, and saw that this typo is also there.

Re: Comparison table typo

PostPosted: Wed Nov 16, 2011 1:26 pm
by csuno
confirmed