- From: Eric Uhrhane via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 16 Apr 2012 20:26:04 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/file-system
In directory hutz:/tmp/cvs-serv18989
Modified Files:
file-writer.html
Log Message:
Fix broken links that were killing the definition of one of BlobBuilder's
append() methods.
Index: file-writer.html
===================================================================
RCS file: /sources/public/2009/dap/file-system/file-writer.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- file-writer.html 16 Apr 2012 19:29:49 -0000 1.42
+++ file-writer.html 16 Apr 2012 20:26:02 -0000 1.43
@@ -271,9 +271,9 @@
<p>
This parameter specifies how strings containing <code>\n</code>
are to be written out. If the user does not provide the
- <code>endings</code> parameter, <a>user agents<a> MUST act as if
- the user had specified a value of 'transparent'. If the user
- provides the <code>endings</code> parameter, <a>user agents<a>
+ <code>endings</code> parameter, <a>user agents</a> MUST act as
+ if the user had specified a value of 'transparent'. If the user
+ provides the <code>endings</code> parameter, <a>user agents</a>
MUST convert newlines as specified below. The possible values
are:
</p>
Received on Monday, 16 April 2012 20:26:07 UTC