diff options
| -rw-r--r-- | phpBB/styles/prosilver/template/posting_editor.html | 4 | 
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 --> | 
