Metadata editor
[redakcja.git] / src / redakcja / static / js / wiki / view_editor_wysiwyg.js
index 7baa00d..2f510a2 100644 (file)
 
         if($box.attr("x-edit-attribute")) {
             source = $('<span x-pass-thru="true"/>');
-            source.text($box.attr("data-wlf-" + $box.attr("x-edit-attribute")));
+            source.text($box.attr("x-a-wl-" + $box.attr("x-edit-attribute")));
             source = source[0];
         } else {
             source = $box[0];