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

« back to all changes in this revision

Viewing changes to misc/plugin/de/append-css.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
def append_css_label
 
2
  'CSS Anhängen'
 
3
end
 
4
 
 
5
def append_css_desc
 
6
  <<-HTML
 
7
  <h3>CSS Elemente</h3>
 
8
  <p>Wenn Sie CSS Element anh&auml;ngen wollen, geben Sie diese unten an.</p>
 
9
  HTML
 
10
end