Ticket #690 (closed defect: fixed)
Tiddler refresh mechanism problem with missing tiddlers
| Reported by: | JeremyRuston | Owned by: | JeremyRuston |
|---|---|---|---|
| Priority: | undefined | Milestone: | 2.4.1 |
| Component: | core | Version: | |
| Severity: | undefined | Keywords: | |
| Cc: |
Description
In a PageTemplate?, you can include markup like the following to cause an HTML element to be populated by the wikified form of a specified tiddler. For example:
<div id='mainMenu' refresh='content' tiddler='MainMenu'></div>
Currently, if the tiddler doesn't exist, then the title of the tiddler is substituted. This is a bug; the correct behaviour should be to leave the element blank.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

