Skip to content

Commit a25efb0

Browse files
committedOct 9, 2012
Update upload/admin/view/template/common/header.tpl
ID must be unique
1 parent 12cb7b6 commit a25efb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎upload/admin/view/template/common/header.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ $(document).ready(function(){
206206
<?php } ?>
207207
</ul>
208208
</li>
209-
<li id="store"><a class="top" href="<?php echo $logout; ?>"><?php echo $text_logout; ?></a></li>
209+
<li><a class="top" href="<?php echo $logout; ?>"><?php echo $text_logout; ?></a></li>
210210
</ul>
211211
<script type="text/javascript"><!--
212212
$(document).ready(function() {

0 commit comments

Comments
 (0)
Please sign in to comment.