-
Bug
-
Resolution: Fixed
-
3.0.x
-
None
-
PHP Environment:
Database:
When you try to search on the memberlist , and the result is that there are no members can be found on your search query, it leads to a double div's, and group members language variable.
Example here on phpBB.com
the next patch will fix this problem ;
diff styles/prosilver/template/memberlist_body.html
|
139,153c139,140
|
< <!-- BEGINELSE -->
|
< <div class="forumbg">
|
< <div class="inner"><span class="corners-top"><span></span></span>
|
<
|
< <table class="table1" cellspacing="1">
|
< <thead>
|
< <tr>
|
< <th class="name">{L_GROUP_MEMBERS}</th>
|
< <th class="posts"> </th>
|
< <th class="info"> </th>
|
< <th class="joined"> </th>
|
< <!-- IF U_SORT_ACTIVE --><th class="active"> </th><!-- ENDIF -->
|
< </tr>
|
< </thead>
|
< <tbody>
|
---
|
>
|
> <!-- BEGINELSE -->
|