I have fixed the bug where the system specs were being shown on the "About me" tab.
To fix follow the instructions below, or download the attachment which already has the fix applied.
OPEN
product-extratab.xml
FIND
Code:
<div class="subsection">
{vb: raw block_data.EPFP_tab}
</div>
REPLACE WITH
Code:
<div id="view-EPFP_tab" class="<vb:if condition="$selected_tab == 'EPFP_tab'">selected_view_section<vb:else />view_section</vb:if>">
<div class="subsection">
{vb: raw block_data.EPFP_tab}
</div>
</div>
FIND
Code:
'hook_location' => 'profile_tabs_last',
ADD AFTER
Save, import and be sure to check overwrite, so it updates the existing file.