- Timestamp:
- 11/30/08 18:41:52 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/EditRowPlugin/lib/TWiki/Plugins/EditRowPlugin/Table.pm
r1046 r1090 74 74 unless (TWiki::Func::topicExists($iw, $it)) { 75 75 $line = CGI::span( 76 { class=>' twikiAlert' },76 { class=>'foswikiAlert' }, 77 77 "Could not find format topic $attrs->{include}"); 78 78 } 79 79 if ($read{"$iw.$it"}) { 80 80 $line = CGI::span( 81 { class=>' twikiAlert' },81 { class=>'foswikiAlert' }, 82 82 "Recursive include of $attrs->{include}"); 83 83 }
Note: See TracChangeset
for help on using the changeset viewer.
