Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 396)
+++ trunk/CHANGELOG	(revision 397)
@@ -11,6 +11,9 @@
 ! = Update/Change
 
 ------------------------------------- 2.6.5 -------------------------------------
+23-Dez-2006 Matthias Gallas
+#	Fixed problem with Page Title has to be escaped (#287)
+#	Fixed the possibility to call the index.php of the templates directly in the browser (#291)
 21-Dez-2006 Matthias Gallas
 #	Fixed missing message when adding a site without page title (#300)
 21-Dez-2006 Ryan Djurovich
Index: trunk/wb/admin/pages/settings.html
===================================================================
--- trunk/wb/admin/pages/settings.html	(revision 396)
+++ trunk/wb/admin/pages/settings.html	(revision 397)
@@ -110,7 +110,7 @@
 		{TEXT_TARGET}:
 	</td>
 	<td>
-		<select name="target" style="WIDTH: 100%;" value="{TARGET}" />
+		<select name="target" style="width: 240px;" value="{TARGET}" />
 			<option value="_blank"{BLANK_SELECTED}>{TEXT_NEW_WINDOW}</option>
 			<option value="_self"{SELF_SELECTED}>{TEXT_SAME_WINDOW}</option>
 			<option value="_top"{TOP_SELECTED}>{TEXT_TOP_FRAME}</option>
