Ticket #5005: patch_advanced.patch
File patch_advanced.patch, 267 bytes (added by , 13 years ago) |
---|
-
ckeditor/_samples/php/advanced.php
74 74 // Create second instance. 75 75 echo $CKEditor->editor("editor2", $initialValue, $config); 76 76 ?> 77 <p> 77 78 <input type="submit" value="Submit"/> 78 79 </p> 79 80 </form>