00001 <?php 00002 00011 class TKSnapCssPreview extends TKSnapPreview { 00019 protected function getTranslators() { 00020 return array(); 00021 } 00022 00030 protected function getFormattedSource() { 00031 return '<pre>' . htmlspecialchars($this->version->getContentModule()->getHTML()) . '</pre>'; 00032 } 00033 } 00034 00035 ?>
1.5.6