diff -r 8fae8fb3cbb1 -r 679916c80599 includes/clientside/static/editor.js --- a/includes/clientside/static/editor.js Sun Aug 30 00:05:33 2009 -0400 +++ b/includes/clientside/static/editor.js Fri Sep 11 09:57:42 2009 -0400 @@ -441,7 +441,8 @@ form.appendChild(preview_anchor); form.appendChild(preview_container); form.appendChild(ta_wrapper); - form.appendChild(tblholder); + if ( !readonly ) + form.appendChild(tblholder); form.innerHTML += '
' + toolbar + '
'; edcon.appendChild(form);