Changeset 1142 for trunk/wiki.cgi
- Timestamp:
- 01/22/08 16:53:31 (11 months ago)
- Files:
-
- 1 modified
-
trunk/wiki.cgi (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wiki.cgi
r1105 r1142 268 268 @nodes = map { {name => $q->escapeHTML($_->{name}), 269 269 last_modified => $q->escapeHTML($_->{last_modified}), 270 comment => $q->escapeHTML($_->{metadata}{comment}[0]), 270 comment => OpenGuides::Utils::parse_change_comment( 271 $q->escapeHTML($_->{metadata}{comment}[0]), 272 $script_url . '?', 273 ), 271 274 url => "$script_name?" 272 275 . $q->escape($formatter->node_name_to_node_param($_->{name})) }
