Quote Originally Posted by mc12345678 View Post
includes\templates\template_default\templates\tpl_account_history_info_default.p hp

...
within a for loop, which could cause a validation issue:
Line 42 changed from:
Code:
      echo '<ul id="orderAttribsList">';
To the more acceptable:
Code:
      echo '<ul class="orderAttribsList">';

Haven't looked to see if the CSS changed accordingly or needed to (from #orderAttribsList to .orderAttribsList)...
In v155 it's using a class ... so, I'm not sure what you're trying to say here.