src/doc: clean signature HTML output with `html_signature` and `html_short_signature`
[nit.git] / lib / markdown / nitmd.nit
index 781a484..3570513 100644 (file)
@@ -28,7 +28,7 @@ if not file.file_exists then
        exit 0
 end
 
-var ifs = new IFStream.open(file)
+var ifs = new FileReader.open(file)
 var md = ifs.read_all
 ifs.close