1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-10 06:46:06 +00:00

Cleaning up content types

Dealt with some inconsistencies
This commit is contained in:
Jeremy Ruston
2013-05-13 17:42:07 +01:00
parent 15d1abf523
commit 6864251962
6 changed files with 6 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ The idea is to process the recipe file recursively, loading tiddlers into the ma
/*global $tw: false */
"use strict";
exports["application/vnd.tiddlywiki2-recipe"] = function(text,fields) {
exports["text/vnd.tiddlywiki2-recipe"] = function(text,fields) {
var self = this,
path = require("path"),
fs = require("fs"),