Mailing List Archive

svn commit: r1672552 - /forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/embedded_html.html
Author: crossley
Date: Fri Apr 10 05:46:07 2015
New Revision: 1672552

URL: http://svn.apache.org/r1672552
Log:
Add a basic head/meta element to assist with determining why these are not prope
rly processed using "source embedded html".

Modified:
forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/embedded_html.html

Modified: forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/embedded_html.html
URL: http://svn.apache.org/viewvc/forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/embedded_html.html?rev=1672552&r1=1672551&r2=1672552&view=diff
==============================================================================
--- forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/embedded_html.html (original)
+++ forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/embedded_html.html Fri Apr 10 05:46:07 2015
@@ -19,6 +19,7 @@
<html>
<head>
<title>Embedded HTML demonstration page</title>
+ <meta name="foo" content="bar"/>
</head>
<body>