Skip to content

Commit

Permalink
fixed supscription links and css classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Klier committed Sep 25, 2010
1 parent 39e6b3a commit 27f4f04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dokubook_design.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ div.dokuwiki ul#top__nav a.npd {
padding-left: 20px;
}

div.dokuwiki ul#top__nav a.revisions {
div.dokuwiki ul#top__nav a.revs {
background: __background__ url(images/tool-revisions.png) 2px 1px no-repeat;
padding-left:20px;
}
Expand Down
2 changes: 1 addition & 1 deletion main.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
print '<li>' . $npb . '</li>' . DOKU_LF;
}
}
foreach(array('revert', 'edit', 'history', 'subscribe', 'subscribens') as $act) {
foreach(array('revert', 'edit', 'history', 'subscription') as $act) {
ob_start();
print '<li>';
if($act == 'revert' && !empty($REV)) {
Expand Down

0 comments on commit 27f4f04

Please sign in to comment.