Skip to content

Commit

Permalink
[Enh]: HTML - Add htm File Extension
Browse files Browse the repository at this point in the history
  • Loading branch information
seandenigris committed Oct 26, 2023
1 parent 0a4d8dd commit 4766ee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ResourcesLive/RlHTML.class.st
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Class {
#name : #RlHTML,
#superclass : #RlResource,
#category : 'ResourcesLive-Core'
#category : #'ResourcesLive-Core'
}

{ #category : #'file types' }
RlHTML class >> fileExtensions [
^ #('html' 'shtml' 'dhtml')
^ #('html' 'shtml' 'dhtml' 'htm')

"SHTML is a file extension that lets the web server know the file should be processed as using Server Side Includes (SSI).
Expand Down

0 comments on commit 4766ee3

Please sign in to comment.