0x4a52466c696e74 %!s(int64=2) %!d(string=hai) anos
pai
achega
c0394c741e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      metla.go

+ 1 - 1
metla.go

@@ -23,7 +23,7 @@ type Metla struct {
 
 func (s *Metla) content(name string) (content []byte, err error) {
 	if content, err = s.contentCallback(name); err == nil {
-		if filepath.Ext(name) != ".script" || filepath.Ext(name) != ".sjs" {
+		if filepath.Ext(name) != ".script" && filepath.Ext(name) != ".sjs" {
 			content, err = parseBytes(content, name)
 		}
 	}