Explorar o código

! 0004919: personal text and name could overlap the post

Signed-off-by: Spuds <[email protected]>
Spuds %!s(int64=12) %!d(string=hai) anos
pai
achega
a01bffb33b
Modificáronse 2 ficheiros con 3 adicións e 1 borrados
  1. 1 1
      Sources/Subs-Editor.php
  2. 2 0
      Themes/default/css/index.css

+ 1 - 1
Sources/Subs-Editor.php

@@ -1465,7 +1465,7 @@ function create_control_richedit($editorOptions)
 		if ($context['show_spellchecking'])
 		{
 			$context['html_headers'] .= '
-		<script type="text/javascript" src="' . $settings['default_theme_url'] . '/scripts/spellcheck.js"></script>';
+		<script type="text/javascript" src="' . $settings['default_theme_url'] . '/scripts/spellcheck.js?alp21"></script>';
 
 			// Some hidden information is needed in order to make the spell checking work.
 			if (!isset($_REQUEST['xml']))

+ 2 - 0
Themes/default/css/index.css

@@ -1750,6 +1750,8 @@ p#whoisviewing {
 .poster {
 	float: left;
 	width: 15em;
+	word-wrap: break-word;
+	overflow: hidden;
 }
 .postarea, .moderatorbar {
 	margin: 0 0 0 16em;