Changes between Initial Version and Version 1 of Ticket #7927
- Timestamp:
- May 27, 2011, 1:24:34 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7927 – Description
initial v1 6 6 ), then click the View Source button, error occur... 7 7 8 here's my way to fix this problem, hoping the official way 9 8 here's my way to fix this problem, hoping the official way [[BR]] 9 10 {{{ 10 11 function purge(d){ 11 12 var a=d.attributes,i,l,n; … … 35 36 document.body.removeChild(t); 36 37 }); 38 }}}