File: doctype-html401tr.rb

package info (click to toggle)
tdiary 2.0.1-1sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 7,220 kB
  • ctags: 1,667
  • sloc: ruby: 20,044; lisp: 476; makefile: 91; sql: 32; sh: 31
file content (6 lines) | stat: -rw-r--r-- 160 bytes parent folder | download
1
2
3
4
5
6
#
# define DOCTYPE: HTML 4.01 Tr without DTD's URL (for compatible mode)
#
def doctype
	%Q[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">]
end