rbrindley: branch 2.0 r4895 - /branches/2.0/config/features.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Tue Jun 23 09:23:40 CDT 2009
Author: rbrindley
Date: Tue Jun 23 09:23:37 2009
New Revision: 4895
URL: http://svn.asterisk.org/svn-view/asterisk-gui?view=rev&rev=4895
Log:
- Added HTML 4.01 DOCTYPE to features page
- Added <title> and "Content-Type" <meta> to features page
Modified:
branches/2.0/config/features.html
Modified: branches/2.0/config/features.html
URL: http://svn.asterisk.org/svn-view/asterisk-gui/branches/2.0/config/features.html?view=diff&rev=4895&r1=4894&r2=4895
==============================================================================
--- branches/2.0/config/features.html (original)
+++ branches/2.0/config/features.html Tue Jun 23 09:23:37 2009
@@ -1,3 +1,4 @@
+<!DOCTYPE html PUBLIC "-//W3C/DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--
* Asterisk-GUI - an Asterisk configuration interface
*
@@ -21,6 +22,9 @@
-->
<html>
<head>
+ <title>Call Features</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1" />
+
<link href="stylesheets/schwing.css" media="all" rel="stylesheet" type="text/css" />
<style type="text/css">
body { background-color: #efefef; }
More information about the asterisk-gui-commits
mailing list