http://www.useit.com/alertbox/breadcrumbs.html
"Breadcrumbs are almost always implemented the same way, with a horizontal line that
- progresses from the highest level to the lowest, one step at a time;
- starts with the homepage and ends with the current page;
- has a simple text link for each level (except for the current page, because you should never have a link that does nothing); and
- has a simple, one-character separator between the levels (usually ">")."
http://developer.yahoo.com/ypatterns/navigation/breadcrumbs.html
"Display a horizontal list of labels starting with the topmost page and continuing down the site's hierarchy to the current page."
Right now, Main.WebHome has been left without it's breadcrumb.
The breadcrumb on the WebHome should state in plain text "Welcome to your wiki", because this is the last location in the hierarchy and this is the current location for the user.
The duplication of words is ok because
"Where possible, labels should match the title of their corresponding page." (YUI)
Done in r30542.