File: append-css.rb

package info (click to toggle)
hiki 0.8.7-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,796 kB
  • ctags: 1,736
  • sloc: ruby: 20,269; lisp: 926; sh: 269; makefile: 12
file content (10 lines) | stat: -rw-r--r-- 191 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
def append_css_label
  'CSS Anhängen'
end

def append_css_desc
  <<-HTML
  <h3>CSS Elemente</h3>
  <p>Wenn Sie CSS Element anh&auml;ngen wollen, geben Sie diese unten an.</p>
  HTML
end