aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
diff options
context:
space:
mode:
authorDhruv Goel <dhruv.goel92@gmail.com>2015-01-11 14:42:40 +0530
committerDhruv Goel <dhruv.goel92@gmail.com>2015-01-11 14:42:40 +0530
commitfbf7726642d28531eab3c1f2af4cb668803004cb (patch)
tree745204e65ee8206326ec2c6b8b42399baceb3af5 /phpBB/styles/prosilver
parentbfba52781b00ae778b5c4ca6daa35525de47e914 (diff)
parent10e72a36a356f1af45e7165caafdaf78c47c894d (diff)
downloadforums-fbf7726642d28531eab3c1f2af4cb668803004cb.tar
forums-fbf7726642d28531eab3c1f2af4cb668803004cb.tar.gz
forums-fbf7726642d28531eab3c1f2af4cb668803004cb.tar.bz2
forums-fbf7726642d28531eab3c1f2af4cb668803004cb.tar.xz
forums-fbf7726642d28531eab3c1f2af4cb668803004cb.zip
Merge pull request #3176 from Senky/ticket/13346
[ticket/13346] Fix indentation, spacing and missing divs
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r--phpBB/styles/prosilver/template/posting_editor.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html
index 333e61008e..e68e6a97e5 100644
--- a/phpBB/styles/prosilver/template/posting_editor.html
+++ b/phpBB/styles/prosilver/template/posting_editor.html
@@ -1,5 +1,5 @@
<fieldset class="fields1">
-<!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF -->
+ <!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF -->
<!-- IF S_SHOW_TOPIC_ICONS or S_SHOW_PM_ICONS -->
<dl>
@@ -42,7 +42,7 @@
<a href="#" onclick="insert_text('{smiley.A_SMILEY_CODE}', true); return false;"><img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" alt="{smiley.SMILEY_CODE}" title="{smiley.SMILEY_DESC}" /></a>
<!-- END smiley -->
<!-- ENDIF -->
- <!-- IF S_SHOW_SMILEY_LINK and S_SMILIES_ALLOWED-->
+ <!-- IF S_SHOW_SMILEY_LINK and S_SMILIES_ALLOWED -->
<br /><a href="{U_MORE_SMILIES}" onclick="popup(this.href, 750, 350, '_phpbbsmilies'); return false;">{L_MORE_SMILIES}</a>
<!-- ENDIF -->