Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Homepage|Forums: Content block title alignment issue (obsolete style …
…assignment)
  • Loading branch information
danij-deng committed Apr 21, 2014
1 parent d506754 commit 5bd1544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/forums/skin/template/search_results.html
Expand Up @@ -48,7 +48,7 @@
<li class="forumrow header">
<h1><!-- IF SEARCH_TITLE -->{SEARCH_TITLE} ({TOTAL_MATCHES})<!-- ELSE -->{SEARCH_MATCHES}<!-- ENDIF --><!-- IF SEARCH_WORDS -->: <a href="{U_SEARCH_WORDS}">{SEARCH_WORDS}</a><!-- ENDIF --></h1>
<!-- IF IGNORED_WORDS --> <p>{L_IGNORED_TERMS}: <strong>{IGNORED_WORDS}</strong></p><!-- ENDIF -->
<dl class="icon">
<dl>
<dd class="exlcnt lastpost"><span>{L_LAST_POST}</span></dd>
<dd class="exlcnt posts" >{L_REPLIES}</dd>
<dd class="exlcnt views" >{L_VIEWS}</dd>
Expand Down
2 changes: 1 addition & 1 deletion web/forums/skin/template/viewforum_body.html
Expand Up @@ -131,7 +131,7 @@ <h3><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a><!-- IF S_REGISTER_ENABLED --
<ul class="block nobackground topiclist reslist <!-- IF topicrow.S_TOPIC_TYPE_SWITCH and (topicrow.S_POST_ANNOUNCE or topicrow.S_POST_GLOBAL) --> announcement<!-- ENDIF -->">
<li class="forumrow header">
<h1><!-- IF S_DISPLAY_ACTIVE -->{L_ACTIVE_TOPICS}<!-- ELSEIF topicrow.S_TOPIC_TYPE_SWITCH and (topicrow.S_POST_ANNOUNCE or topicrow.S_POST_GLOBAL) -->{L_ANNOUNCEMENTS}<!-- ELSE --><!-- IF TOTAL_TOPICS -->{TOTAL_TOPICS}<!-- ELSE -->{L_TOPICS}<!-- ENDIF --><!-- ENDIF --></h1>
<dl class="icon">
<dl>
<dd class="exlcnt lastpost"><span>{L_LAST_POST}</span></dd>
<dd class="exlcnt posts" >{L_REPLIES}</dd>
<dd class="exlcnt views" >{L_VIEWS}</dd>
Expand Down

0 comments on commit 5bd1544

Please sign in to comment.