svn: /phpdoc/nl/trunk/ appendices/migration5.xml reference/strings/functions/setlocale.xml
[email protected] (Richard Quadling) Fri, 30 Sep 2011 14:30:35 +0000
| Newsgroups | php.doc.nl |
|---|---|
| Message-ID | <[email protected]> |
rquadling Fri, 30 Sep 2011 14:30:35 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=317509
Log:
Standardized on double quotes for attributes.
Changed paths:
U phpdoc/nl/trunk/appendices/migration5.xml
U phpdoc/nl/trunk/reference/strings/functions/setlocale.xml
Modified: phpdoc/nl/trunk/appendices/migration5.xml
===================================================================
--- phpdoc/nl/trunk/appendices/migration5.xml 2011-09-30 14:30:17 UTC (rev 317508)
+++ phpdoc/nl/trunk/appendices/migration5.xml 2011-09-30 14:30:35 UTC (rev 317509)
@@ -591,7 +591,7 @@
</para>
</section>
- <section xml:id='migration5.oop'>
+ <section xml:id="migration5.oop">
<title>Nieuw Object Model</title>
<para>
In PHP 5 is er een nieuw Object Model. PHP's handelen van objecten is
Modified: phpdoc/nl/trunk/reference/strings/functions/setlocale.xml
===================================================================
--- phpdoc/nl/trunk/reference/strings/functions/setlocale.xml 2011-09-30 14:30:17 UTC (rev 317508)
+++ phpdoc/nl/trunk/reference/strings/functions/setlocale.xml 2011-09-30 14:30:35 UTC (rev 317509)
@@ -11,7 +11,7 @@
<type>string</type><methodname>setlocale</methodname>
<methodparam><type>string</type><parameter>category</parameter></methodparam>
<methodparam><type>string</type><parameter>locale</parameter></methodparam>
- <methodparam choice='opt'><type>string</type><parameter>...</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>...</parameter></methodparam>
</methodsynopsis>
<methodsynopsis>
<type>string</type><methodname>setlocale</methodname>