mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
fix : duplicate specification of attribute "class"
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6049 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c0547b52fa
commit
38a0d3196d
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<div class="widgetContainer<!--@if($colorset=="black")--> black<!--@end-->">
|
||||
<div class="widgetLanguage">
|
||||
<p><a href="#" class="cafeXeA language_selector">Language:{$lang_supported[$lang_type]}</a></p>
|
||||
<ul class="langList" class="" style="right: 3px;">
|
||||
<ul class="langList" style="right: 3px;">
|
||||
<!-- class="" | class="open" -->
|
||||
<!--@foreach($lang_supported as $key => $val)-->
|
||||
<!--@if($key != $lang_type)-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue