Skip to content

Commit

Permalink
Poprawki składni HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafal (Rafik89) Krupiński committed Aug 12, 2013
1 parent da40756 commit 0841a55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/chat/templates/shoutbox_panel.tpl
Expand Up @@ -52,7 +52,7 @@
<div class="InfoBoxCon">
<div id="ShoutboxIcon"></div>
<div class="InfoBoxCenterRight">
<p class="center margin-vertical-10"><strong>{i18n('You must login to post a message!')}</p>
<p class="center margin-vertical-10"><strong>{i18n('You must login to post a message!')}</strong>></p>
</div>
</div>
<div class="InfoBoxEnd"></div>
Expand Down
3 changes: 3 additions & 0 deletions templates/pre/comments.tpl
Expand Up @@ -26,6 +26,7 @@
<div class="line center"><span id="send" class="button">{i18n('Add replay')}</span></div>
</form>
</div>
<div class="clear"></div>
{else}
<p class="center">{i18n('Commenting has been disabled for your group permissions')}</p>
{/if}
Expand Down Expand Up @@ -62,7 +63,9 @@
{/section}
{if $count/2 >= $limit/2}{$page_nav}{/if}
</div>
<div class="clear"></div>
{/if}
{if ! $only_comments}
</div>
<div class="clear"></div>
{/if}

0 comments on commit 0841a55

Please sign in to comment.