| Class | Scrubyt::SharedUtils |
| In: |
lib/scrubyt/utils/shared_utils.rb
|
| Parent: | Object |
| ENTITIES | = | { 'quot' => '"', 'apos' => "'", 'amp' => '&', 'lt' => '<', 'gt' => '>', 'nbsp' => ' '} | Entities to replace - need to make this more complete, or install htmlentities or similar package |