~ubuntu-branches/debian/stretch/hiki/stretch

« back to all changes in this revision

Viewing changes to misc/plugin/it/referer.rb

  • Committer: Bazaar Package Importer
  • Author(s): Taku YASUI
  • Date: 2005-08-05 07:43:00 UTC
  • Revision ID: james.westby@ubuntu.com-20050805074300-u0bxuhac6ssxltlu
Tags: 0.8.3-1
* New upstream release
  - Security fix release (fix cross-site scripting)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: referer.rb,v 1.2 2004/02/15 02:48:35 hitoshi Exp $
 
1
# $Id: referer.rb,v 1.3 2005/03/03 15:53:56 fdiary Exp $
2
2
# Copyright (C) 2003 Luigi Maselli <metnik@tiscali.it>
3
3
 
4
4
def referer_short_label
8
8
def referer_long_label
9
9
  'Referente'
10
10
end
11