[Nagios-db-checkins] nagios-db/ui/templates default.tpl,1.2,1.3
Status: Beta
Brought to you by:
bench23
From: Matthew K. <mat...@us...> - 2005-02-15 07:08:37
|
Update of /cvsroot/nagios-db/nagios-db/ui/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16244 Modified Files: default.tpl Log Message: More tags to make template output easier to read Index: default.tpl =================================================================== RCS file: /cvsroot/nagios-db/nagios-db/ui/templates/default.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- default.tpl 15 Feb 2005 06:59:45 -0000 1.2 +++ default.tpl 15 Feb 2005 07:08:28 -0000 1.3 @@ -1,3 +1,5 @@ +<!-- begin $RCSfile$ --> + <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> @@ -202,4 +204,6 @@ </body> -</html> \ No newline at end of file +</html> + +<!-- finish $RCSfile$ --> |