/[Frey]/trunk/lib/Frey/ClassBrowser.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/Frey/ClassBrowser.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 157 by dpavlin, Wed Jul 16 16:03:09 2008 UTC revision 158 by dpavlin, Thu Jul 17 18:00:55 2008 UTC
# Line 23  sub markup { Line 23  sub markup {
23                  }                  }
24                  $html .= qq|</td><td>|;                  $html .= qq|</td><td>|;
25                  $html .= qq|<a href="/ob/$package">collection</a>| if $package->can('collection_table');                  $html .= qq|<a href="/ob/$package">collection</a>| if $package->can('collection_table');
26                    $html .= qq|<a href="/markup/$package">markup</a>| if $package->can('markup');
27                  $html .= qq|</td></tr>|;                  $html .= qq|</td></tr>|;
28          }          }
29          $html = "<table>$html</table>" if $html;          $html = "<table>$html</table>" if $html;

Legend:
Removed from v.157  
changed lines
  Added in v.158

  ViewVC Help
Powered by ViewVC 1.1.26