can3p wrote in changelog

[livejournal] r19936: LJSV-1753: lj-cuts created in the RTE ar...

Committer: dpetrov
LJSV-1753: lj-cuts created in the RTE are being centered automatically. Add timestamp var to the style url.
U   trunk/htdocs/js/ck/config.js
Modified: trunk/htdocs/js/ck/config.js
===================================================================
--- trunk/htdocs/js/ck/config.js	2011-09-02 03:32:07 UTC (rev 19935)
+++ trunk/htdocs/js/ck/config.js	2011-09-02 03:47:05 UTC (rev 19936)
@@ -10,7 +10,7 @@
 	config.customConfig = '';
 	config.docType = '<!DOCTYPE html>';
 	config.baseHref = '';
-	config.contentsCss = '/js/ck/contents.css';
+	config.contentsCss = '/js/ck/contents.css?t=' + CKEDITOR.timestamp;
 	config.plugins =
 		'basicstyles,' +
 		'bidi,' +