Open GoogleCodeExporter opened 8 years ago
Addition:
Link.js will actually look like the following then and no need for me then to
modify
it or overwrite the whole _makeSrcLink:
Link.prototype._makeSrcLink = function(srcFilePath) {
var target = (this.targetName)? " target=\""+this.targetName+"\"" : "";
// transform filepath into a filename
var srcFile = publish.conf.getSrcDir(srcFilePath);
if (!this.text) this.text = FilePath.fileName(srcFilePath);
return "<a href=\""+outFilePath+"\""+target+">"+this.text+"</a>";
}
Original comment by sjoerdmu...@gmail.com
on 21 Apr 2010 at 2:30
Original issue reported on code.google.com by
sjoerdmu...@gmail.com
on 21 Apr 2010 at 2:28