Skip to content

Commit

Permalink
Item10500: Upload 5 year old fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fschlich committed Dec 12, 2016
1 parent b4bd13c commit b460a9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 3 additions & 1 deletion data/System/FootNotePlugin.txt
Expand Up @@ -57,7 +57,9 @@ Plugin configuration is done through =configure=, in the "Plugins" section. You
| Copyright: | © 2009, Ian Bygrave |
| License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) |
| Version: | %$VERSION%) |
| Changes: | 04 Jan 2010 - Foswiki:Main.AntonioTerceiro; fixing CSS link |
| Change History: | |
| 05 Feb 2011 | Tasks.Item10319, Tasks.Item10500: always links back to WebHome - Main.IanBygrave |
| 04 Jan 2010 | Tasks.Item8378: fix CSS link - Main.AntonioTerceiro |
| Home: | http://foswiki.org/Extensions/%TOPIC%Dev |
| Support: | http://foswiki.org/Support/%TOPIC% |

Expand Down
7 changes: 3 additions & 4 deletions lib/Foswiki/Plugins/FootNotePlugin.pm
Expand Up @@ -23,10 +23,9 @@ require Foswiki::Plugins;

use Foswiki::Plugins::FootNotePlugin::Note;

our $VERSION = '$Rev:$';
our $RELEASE = '$Date:$';
our $VERSION = '1.2';
our $RELEASE = '12 Dec 2016';
our $SHORTDESCRIPTION = 'Place footnotes at the end of a page.';

our $NO_PREFS_IN_TOPIC = 1;

# =========================
Expand Down Expand Up @@ -97,7 +96,7 @@ sub printNotes {
return "" if ( $result eq "" );

return Foswiki::Func::renderText( "\n\n$header\n\n$result\n\n$footer\n\n",
$web );
$web ); # SMELL: shouldn't this include $topic, or rather $page?
}

# =========================
Expand Down

0 comments on commit b460a9c

Please sign in to comment.