Переглянути джерело

! 0004919: personal text and name could overlap the post

Signed-off-by: Spuds <[email protected]>
Spuds 12 роки тому
батько
коміт
a01bffb33b
2 змінених файлів з 3 додано та 1 видалено
  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;