? .DS_Store
? ._.DS_Store
? get-out-of-tab-order.patch
Index: bueditor.js
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/bueditor/bueditor.js,v
retrieving revision 1.20.2.10
diff -u -p -r1.20.2.10 bueditor.js
--- bueditor.js 12 Apr 2009 23:54:02 -0000 1.20.2.10
+++ bueditor.js 16 Jun 2009 00:32:06 -0000
@@ -188,7 +188,7 @@ BUE.theme = function (tplid) {
}
else {//functional button
var attr = img ? ['image', 'image', 'src="'+ img +'" alt="'+ B[2] +'"'] : ['button', 'text', 'value="'+ B[2] +'"'];
- ET.html += '';
+ ET.html += '';
}
}
ET.html += '';