rejetto forum

Software => HFS ~ HTTP File Server => Bug reports => Topic started by: Mars on January 04, 2008, 11:17:35 PM

Title: bug report with original template
Post by: Mars on January 04, 2008, 11:17:35 PM
{{or|%bread-name%|Home}}

create in virtual file system a folder named 0

result name of this folder appear as /home/ in the web page

corrected by

{{if|{{%bread-name%=}}|Home|%bread-name%}}
Title: Re: bug report with original template
Post by: rejetto on January 05, 2008, 04:23:42 PM
thank you mars!