From 196a7972551bd0b288a741540a8162119e1d12cc Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Sun, 27 Aug 2006 17:24:28 +0000 Subject: [PATCH] Add spaces, helps textile --- deployment/serendipity_editor.js | 6 +++--- serendipity_editor.js | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deployment/serendipity_editor.js b/deployment/serendipity_editor.js index c41b0828..4ddf14cc 100644 --- a/deployment/serendipity_editor.js +++ b/deployment/serendipity_editor.js @@ -238,12 +238,12 @@ function serendipity_imageSelector_done(textarea) floating = 'center'; if (f['serendipity[align]'][0].checked == true) { - img = "\"\""; + img = "\"\""; } else if (f['serendipity[align]'][1].checked == true) { - img = "\"\""; + img = "\"\""; floating = 'left'; } else if (f['serendipity[align]'][2].checked == true) { - img = "\"\""; + img = "\"\""; floating = 'right'; } diff --git a/serendipity_editor.js b/serendipity_editor.js index c41b0828..4ddf14cc 100644 --- a/serendipity_editor.js +++ b/serendipity_editor.js @@ -238,12 +238,12 @@ function serendipity_imageSelector_done(textarea) floating = 'center'; if (f['serendipity[align]'][0].checked == true) { - img = "\"\""; + img = "\"\""; } else if (f['serendipity[align]'][1].checked == true) { - img = "\"\""; + img = "\"\""; floating = 'left'; } else if (f['serendipity[align]'][2].checked == true) { - img = "\"\""; + img = "\"\""; floating = 'right'; }