Skip to content

Commit

Permalink
add soem missing div close
Browse files Browse the repository at this point in the history
  • Loading branch information
spiderr committed May 17, 2018
1 parent b121c49 commit 6b0d989
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions templates/page_checkout_header_inc.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<li class="side-style-layout {if $step>1}active{/if}"><i class="icon-chevron-right icon-2x inline-block"></i><div>{if $step>1}<a href="/bookstore/index.php?main_page=checkout_payment">{tr}Payment{/tr}</a>{else}{tr}Payment{/tr}{/if}</div></li>
<li class="side-style-layout {if $step>2}active{/if}"><i class="icon-chevron-right icon-2x inline-block"></i><div>{if $step>2}<a href="/bookstore/index.php?main_page=checkout_confirmation">{tr}Confirm{/tr}</a>{else}{tr}Confirm{/tr}{/if}</div></li>
</ul>


</div>
</div>
</header>

0 comments on commit 6b0d989

Please sign in to comment.