Skip to content

Commit

Permalink
removing sourceforge references
Browse files Browse the repository at this point in the history
removing sourceforge references
  • Loading branch information
jeffschaller committed Mar 30, 2016
1 parent c2f4991 commit feae7c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/wt_display.pl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

print header(),
start_html(-title => "Todo list",
-author => '[email protected]'),
-author => 'https://github.com/jeffschaller'),
'<CENTER>' . h1("Jeff's Awesome Web-based Todo Program"). '</CENTER>',
start_form();

Expand Down
2 changes: 1 addition & 1 deletion src/wt_edit.pl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
print
header(),
start_html(-title => 'Edit todo entry',
-author => '[email protected]'),
-author => 'https://github.com/jeffschaller'),
'<CENTER>' . h1("Jeff's Awesome Web-based Todo Program"). '</CENTER>',
start_form(),
hidden(-name => 'id', -default => $id),
Expand Down

0 comments on commit feae7c6

Please sign in to comment.