Moved wiki templates to subdir. Altered button template to show tooltips
[redakcja.git] / apps / toolbar / fixtures / przyciski.xml
index 737ef31..8dc5f27 100755 (executable)
@@ -1023,6 +1023,7 @@ for (var attr in params.attrs) {
 start_tag += '>';
 var end_tag = '</'+params.tag+'>';
 
+if(text.length > 0) {
 // tokenize
 var output = ''
 var token = ''
@@ -1044,8 +1045,11 @@ if( output[output.length-1] == '\\' ) {
 } else {
     output += end_tag;
 }
-
 output += token;
+}
+else {
+ output = start_tag + end_tag;
+}
 
 texteditor.replaceSelection(output);