Skip to content

Commit

Permalink
All lines should be terminated by newlines.
Browse files Browse the repository at this point in the history
POSIX definition:

3.205 Line
A sequence of zero or more non-<newline>s plus a terminating <newline>.

3.392 Text File
A file that contains characters organized into one or more lines.
  • Loading branch information
timwienk committed Jun 16, 2010
1 parent 19f3d57 commit 52e1c49
Show file tree
Hide file tree
Showing 128 changed files with 126 additions and 128 deletions.
2 changes: 1 addition & 1 deletion Docs/Class/Chain.Wait.md
Expand Up @@ -66,4 +66,4 @@ Pauses a specified effect chain using [Chain.wait][].
[Fx.Tween]: /core/Fx/Fx.Tween
[Fx.Morph]: /core/Fx/Fx.Morph
[Chain]: /core/Class/Class.Extras#Chain
[Chain.wait]: #Chain:wait
[Chain.wait]: #Chain:wait
2 changes: 1 addition & 1 deletion Docs/Class/Class.Occlude.md
Expand Up @@ -57,4 +57,4 @@ The string used to bind the instance of the class to the element.

In the example above, because we have a *this.element* property and because we define the *this.property* property in the class, the method *occlude* doesn't require any arguments as it uses these by default.

[Element.Storage]: http://mootools.net/docs/core/Element/Element#Element:store
[Element.Storage]: http://mootools.net/docs/core/Element/Element#Element:store
2 changes: 1 addition & 1 deletion Docs/Class/Class.Refactor.md
Expand Up @@ -62,4 +62,4 @@ Class.refactor, however, allows you to reference the previous state with *this.p

Note also that changes to a class affect the subclasses of that class.

[Class]: /core/Class/Class
[Class]: /core/Class/Class
2 changes: 1 addition & 1 deletion Docs/Core/Depender.md
Expand Up @@ -224,4 +224,4 @@ Example Usage {#Depender:Example}
[Request]: /core/Request/Request
[require]: #Depender:require
[Depender Server]: http://github.com/anutron/mootools-depender/tree/
[Depender Client]: http://github.com/anutron/mootools-depender/tree/
[Depender Client]: http://github.com/anutron/mootools-depender/tree/
2 changes: 1 addition & 1 deletion Docs/Core/Lang.md
Expand Up @@ -161,4 +161,4 @@ Returns an array of languages currently supported.

### Returns

* *array* an array of languages (*strings*)
* *array* an array of languages (*strings*)
2 changes: 1 addition & 1 deletion Docs/Core/Log.md
Expand Up @@ -75,4 +75,4 @@ Clears the log stack.

myClass.resetLog();

[Class]: /Class/Class
[Class]: /Class/Class
2 changes: 1 addition & 1 deletion Docs/Core/More.md
Expand Up @@ -10,4 +10,4 @@ You can find the repository for [MooTools More on github](http://github.com/moot
MooTools.More.js {#MooTools-More:MooTools-More-js}
====================

Defines *MooTools.More.version*.
Defines *MooTools.More.version*.
2 changes: 1 addition & 1 deletion Docs/Drag/Slider.md
Expand Up @@ -222,4 +222,4 @@ Dynamically sets the range for the slider.

### Notes

- If the current step is now out of the new range it will automatically adjust.
- If the current step is now out of the new range it will automatically adjust.
2 changes: 1 addition & 1 deletion Docs/Element/Element.Delegation.md
Expand Up @@ -179,4 +179,4 @@ Adds delegation when you pass in an object with selector/events pairs, otherwise
[addEvents]: http://mootools.net/docs/Element/Element.Event#Element:addEvents
[removeEvent]: http://mootools.net/docs/Element/Element.Event#Element:removeEvent
[removeEvents]: http://mootools.net/docs/Element/Element.Event#Element:removeEvents
[Selectors.js]: http://mootools.net/docs/Utilities/Selectors
[Selectors.js]: http://mootools.net/docs/Utilities/Selectors
2 changes: 1 addition & 1 deletion Docs/Element/Elements.From.md
Expand Up @@ -29,4 +29,4 @@ Returns a collection of elements from a string of html.

* (*array*) an array of elements (i.e. a collection) - an instance of [Elements][].

[Elements]: /core/Element/Element#Elements
[Elements]: /core/Element/Element#Elements
2 changes: 1 addition & 1 deletion Docs/Forms/Form.Request.Append.md
Expand Up @@ -33,4 +33,4 @@ Form.Request.Append Method: constructor {#Form-Request-Append:constructor}

[Form.Request]: /more/Forms/Form.Request
[Fx.Reveal]: /more/Fx/Fx.Reveal
[Element.inject]: /core/Element/Element#Element:inject
[Element.inject]: /core/Element/Element#Element:inject
2 changes: 1 addition & 1 deletion Docs/Forms/Form.Request.md
Expand Up @@ -81,4 +81,4 @@ Attaches the Form.Request to the form (enabling the ajax). Note that this is don
[Options]: /core/Class/Class.Extras#Options
[Class.Occlude]: /more/Class/Class.Occlude
[Form.Request]: #Form-Request
[Form.Validator]: /more/Forms/Form.Validator#Form-Validator
[Form.Validator]: /more/Forms/Form.Validator#Form-Validator
2 changes: 1 addition & 1 deletion Docs/Forms/Form.Validator.Inline.md
Expand Up @@ -91,4 +91,4 @@ Retrieves the advice message for a field and a given validator name.
[Form.Validator]: http://mootools.net/docs/more/Forms/Form.Validator
[Options]: http://mootools.net/docs/core/Class/Class.Extras#Options
[Events]: http://mootools.net/docs/core/Class/Class.Extras#Events
[Fx.Scroll]: http://mootools.net/docs/more/Fx/Fx.Scroll
[Fx.Scroll]: http://mootools.net/docs/more/Fx/Fx.Scroll
2 changes: 1 addition & 1 deletion Docs/Forms/Form.Validator.md
Expand Up @@ -671,4 +671,4 @@ Form.Validator Language Localization {#Localization}
[Events]: /core/Class/Class.Extras#Events
[send them back to us]: http://groups.google.com/group/mootools-lang
[JSON.decode]: /core/Utilities/JSON#decode
[Lang]: /lang/
[Lang]: /lang/
2 changes: 1 addition & 1 deletion Docs/Forms/OverText.md
Expand Up @@ -228,4 +228,4 @@ Element property: OverText {#Element:overtext}
[Element.position]: /more/Native/Element.Position#Element:position
[Options]: /core/Class/Class.Extras#Options
[Events]: /core/Class/Class.Extras#Events
[Class.Binds]: /more/Class/Class.Binds
[Class.Binds]: /more/Class/Class.Binds
2 changes: 1 addition & 1 deletion Docs/Interface/HtmlTable.Select.md
Expand Up @@ -99,4 +99,4 @@ Disables selection of rows.

* (*object*) This instance of HtmlTable.

[HtmlTable]: /more/Interface/HtmlTable
[HtmlTable]: /more/Interface/HtmlTable
2 changes: 1 addition & 1 deletion Docs/Interface/HtmlTable.Sort.md
Expand Up @@ -129,4 +129,4 @@ Included Parsers
* title - sorts on the *title* property of the table data element

[HtmlTable]: /more/Interface/HtmlTable
[Date.parse]: /more/Native/Date#Date:parse
[Date.parse]: /more/Native/Date#Date:parse
2 changes: 1 addition & 1 deletion Docs/Interface/HtmlTable.Zebra.md
Expand Up @@ -85,4 +85,4 @@ Sets the contents of the *thead* with *th* tags.

* (*object*) This instance of HtmlTable.

[HtmlTable]: /more/Interface/HtmlTable
[HtmlTable]: /more/Interface/HtmlTable
2 changes: 1 addition & 1 deletion Docs/Interface/Keyboard.md
Expand Up @@ -184,4 +184,4 @@ Stops propagation of the passed in event to other keyboard instances. Note this
[Keyboard]: #Keyboard
[Options]: /core/Class/Class.Extras#Options
[Events]: /core/Class/Class.Extras#Events
[Log]: /more/Core/Log
[Log]: /more/Core/Log
2 changes: 1 addition & 1 deletion Docs/Interface/Scroller.md
Expand Up @@ -90,4 +90,4 @@ Scroller Method: stop {#Scroller:stop}


[Events]: /core/Class/Class.Extras#Events
[Options]: /core/Class/Class.Extras#Options
[Options]: /core/Class/Class.Extras#Options
2 changes: 1 addition & 1 deletion Docs/Localization/Date.Catalan.md
Expand Up @@ -18,4 +18,4 @@ See also: [Date.Extras][] and [Lang][]
[See the wiki for how to get involved](http://wiki.github.com/mootools/mootools-more)

[Lang]: http://www.mootools.net/docs/more/Core/Lang
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
2 changes: 1 addition & 1 deletion Docs/Localization/Date.Czech.md
Expand Up @@ -18,4 +18,4 @@ See also: [Date.Extras][] and [Lang][]
[See the wiki for how to get involved](http://wiki.github.com/mootools/mootools-more)

[Lang]: http://www.mootools.net/docs/more/Core/Lang
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
2 changes: 1 addition & 1 deletion Docs/Localization/Date.Danish.md
Expand Up @@ -18,4 +18,4 @@ See also: [Date.Extras][] and [Lang][]
[See the wiki for how to get involved](http://wiki.github.com/mootools/mootools-more)

[Lang]: http://www.mootools.net/docs/more/Core/Lang
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
2 changes: 1 addition & 1 deletion Docs/Localization/Date.Dutch.md
Expand Up @@ -18,4 +18,4 @@ See also: [Date.Extras][] and [Lang][]
[See the wiki for how to get involved](http://wiki.github.com/mootools/mootools-more)

[Lang]: http://www.mootools.net/docs/more/Core/Lang
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
2 changes: 1 addition & 1 deletion Docs/Localization/Date.English.GB.md
Expand Up @@ -18,4 +18,4 @@ See also: [Date.Extras][] and [Lang][]
[See the wiki for how to get involved](http://wiki.github.com/mootools/mootools-more)

[Lang]: http://www.mootools.net/docs/more/Core/Lang
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
2 changes: 1 addition & 1 deletion Docs/Localization/Date.English.US.md
Expand Up @@ -16,4 +16,4 @@ Simply change the language property to *en-US*.
See also: [Date.Extras][] and [Lang][]

[Form.Validator]: /more/Forms/Form.Validator#Form-Validator
[Date.Extras]: /more/Native/Date.Extras
[Date.Extras]: /more/Native/Date.Extras
2 changes: 1 addition & 1 deletion Docs/Localization/Date.Estonian.md
Expand Up @@ -18,4 +18,4 @@ See also: [Date.Extras][] and [Lang][]
[See the wiki for how to get involved](http://wiki.github.com/mootools/mootools-more)

[Lang]: http://www.mootools.net/docs/more/Core/Lang
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
2 changes: 1 addition & 1 deletion Docs/Localization/Date.French.md
Expand Up @@ -18,4 +18,4 @@ See also: [Date.Extras][] and [Lang][]
[See the wiki for how to get involved](http://wiki.github.com/mootools/mootools-more)

[Lang]: http://www.mootools.net/docs/more/Core/Lang
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
2 changes: 1 addition & 1 deletion Docs/Localization/Date.German.CH.md
Expand Up @@ -18,4 +18,4 @@ See also: [Date.Extras][] and [Lang][]
[See the wiki for how to get involved](http://wiki.github.com/mootools/mootools-more)

[Lang]: http://www.mootools.net/docs/more/Core/Lang
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
2 changes: 1 addition & 1 deletion Docs/Localization/Date.German.md
Expand Up @@ -19,4 +19,4 @@ See also: [Date.Extras][] and [Lang][]
[See the wiki for how to get involved](http://wiki.github.com/mootools/mootools-more)

[Lang]: http://www.mootools.net/docs/more/Core/Lang
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
2 changes: 1 addition & 1 deletion Docs/Localization/Date.Italian.md
Expand Up @@ -19,4 +19,4 @@ See also: [Date.Extras][] and [Lang][]
[See the wiki for how to get involved](http://wiki.github.com/mootools/mootools-more)

[Lang]: http://www.mootools.net/docs/more/Core/Lang
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
2 changes: 1 addition & 1 deletion Docs/Localization/Date.Japanese.md
Expand Up @@ -16,4 +16,4 @@ Simply change the language property to *ja-JP*.
See also: [Date.Extras][] and [Lang][]

[Form.Validator]: /more/Forms/Form.Validator#Form-Validator
[Date.Extras]: /more/Native/Date.Extras
[Date.Extras]: /more/Native/Date.Extras
2 changes: 1 addition & 1 deletion Docs/Localization/Date.Norwegian.md
Expand Up @@ -18,4 +18,4 @@ See also: [Date.Extras][] and [Lang][]
[See the wiki for how to get involved](http://wiki.github.com/mootools/mootools-more)

[Lang]: http://www.mootools.net/docs/more/Core/Lang
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
2 changes: 1 addition & 1 deletion Docs/Localization/Date.Persian.md
Expand Up @@ -18,4 +18,4 @@ See also: [Date.Extras][] and [Lang][]
[See the wiki for how to get involved](http://wiki.github.com/mootools/mootools-more)

[Lang]: http://www.mootools.net/docs/more/Core/Lang
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
2 changes: 1 addition & 1 deletion Docs/Localization/Date.Polish.md
Expand Up @@ -18,4 +18,4 @@ See also: [Date.Extras][] and [Lang][]
[See the wiki for how to get involved](http://wiki.github.com/mootools/mootools-more)

[Lang]: http://www.mootools.net/docs/more/Core/Lang
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
2 changes: 1 addition & 1 deletion Docs/Localization/Date.Portuguese.BR.md
Expand Up @@ -18,4 +18,4 @@ See also: [Date.Extras][] and [Lang][]
[See the wiki for how to get involved](http://wiki.github.com/mootools/mootools-more)

[Lang]: http://www.mootools.net/docs/more/Core/Lang
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
2 changes: 1 addition & 1 deletion Docs/Localization/Date.Russian.md
Expand Up @@ -18,4 +18,4 @@ See also: [Date.Extras][] and [Lang][]
[See the wiki for how to get involved](http://wiki.github.com/mootools/mootools-more)

[Lang]: http://www.mootools.net/docs/more/Core/Lang
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
2 changes: 1 addition & 1 deletion Docs/Localization/Date.Spanish.md
Expand Up @@ -18,4 +18,4 @@ See also: [Date.Extras][] and [Lang][]
[See the wiki for how to get involved](http://wiki.github.com/mootools/mootools-more)

[Lang]: http://www.mootools.net/docs/more/Core/Lang
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
2 changes: 1 addition & 1 deletion Docs/Localization/Date.Swedish.md
Expand Up @@ -18,4 +18,4 @@ See also: [Date.Extras][] and [Lang][]
[See the wiki for how to get involved](http://wiki.github.com/mootools/mootools-more)

[Lang]: http://www.mootools.net/docs/more/Core/Lang
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
2 changes: 1 addition & 1 deletion Docs/Localization/Date.Ukrainian.md
Expand Up @@ -18,4 +18,4 @@ See also: [Date.Extras][] and [Lang][]
[See the wiki for how to get involved](http://wiki.github.com/mootools/mootools-more)

[Lang]: http://www.mootools.net/docs/more/Core/Lang
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
[Date.Extras]: http://www.mootools.net/docs/more/Native/Date.Extras
2 changes: 1 addition & 1 deletion Docs/Localization/Form.Validator.Arabic.md
Expand Up @@ -18,4 +18,4 @@ See also: [Form.Validator][] and [Lang][]
[See the wiki for how to get involved](http://wiki.github.com/mootools/mootools-more)

[Form.Validator]: http://www.mootools.net/docs/more/Forms/Form.Validator#Form-Validator
[Lang]: http://www.mootools.net/docs/more/Core/Lang
[Lang]: http://www.mootools.net/docs/more/Core/Lang
2 changes: 1 addition & 1 deletion Docs/Localization/Form.Validator.Catalan.md
Expand Up @@ -18,4 +18,4 @@ See also: [Form.Validator][] and [Lang][]
[See the wiki for how to get involved](http://wiki.github.com/mootools/mootools-more)

[Form.Validator]: http://www.mootools.net/docs/more/Forms/Form.Validator#Form-Validator
[Lang]: http://www.mootools.net/docs/more/Core/Lang
[Lang]: http://www.mootools.net/docs/more/Core/Lang
2 changes: 1 addition & 1 deletion Docs/Localization/Form.Validator.Chinese.md
Expand Up @@ -25,4 +25,4 @@ Included Validators
[See the wiki for how to get involved](http://wiki.github.com/mootools/mootools-more)

[Form.Validator]: http://www.mootools.net/docs/more/Forms/Form.Validator#Form-Validator
[Lang]: http://www.mootools.net/docs/more/Core/Lang
[Lang]: http://www.mootools.net/docs/more/Core/Lang
2 changes: 1 addition & 1 deletion Docs/Localization/Form.Validator.Czech.md
Expand Up @@ -18,4 +18,4 @@ See also: [Form.Validator][] and [Lang][]
[See the wiki for how to get involved](http://wiki.github.com/mootools/mootools-more)

[Form.Validator]: http://www.mootools.net/docs/more/Forms/Form.Validator#Form-Validator
[Lang]: http://www.mootools.net/docs/more/Core/Lang
[Lang]: http://www.mootools.net/docs/more/Core/Lang
2 changes: 1 addition & 1 deletion Docs/Localization/Form.Validator.Danish.md
Expand Up @@ -18,4 +18,4 @@ See also: [Form.Validator][] and [Lang][]
[See the wiki for how to get involved](http://wiki.github.com/mootools/mootools-more)

[Form.Validator]: http://www.mootools.net/docs/more/Forms/Form.Validator#Form-Validator
[Lang]: http://www.mootools.net/docs/more/Core/Lang
[Lang]: http://www.mootools.net/docs/more/Core/Lang
2 changes: 1 addition & 1 deletion Docs/Localization/Form.Validator.Dutch.md
Expand Up @@ -18,4 +18,4 @@ See also: [Form.Validator][] and [Lang][]
[See the wiki for how to get involved](http://wiki.github.com/mootools/mootools-more)

[Form.Validator]: http://www.mootools.net/docs/more/Forms/Form.Validator#Form-Validator
[Lang]: http://www.mootools.net/docs/more/Core/Lang
[Lang]: http://www.mootools.net/docs/more/Core/Lang
2 changes: 1 addition & 1 deletion Docs/Localization/Form.Validator.English.md
Expand Up @@ -16,4 +16,4 @@ Simply change the language property to *en-US*.
See also: [Form.Validator][] and [Lang][]

[Form.Validator]: /more/Forms/Form.Validator#Form-Validator
[Lang]: /more/Core/Lang
[Lang]: /more/Core/Lang
2 changes: 1 addition & 1 deletion Docs/Localization/Form.Validator.Estonian.md
Expand Up @@ -18,4 +18,4 @@ See also: [Form.Validator][] and [Lang][]
[See the wiki for how to get involved](http://wiki.github.com/mootools/mootools-more)

[Form.Validator]: http://www.mootools.net/docs/more/Forms/Form.Validator#Form-Validator
[Lang]: http://www.mootools.net/docs/more/Core/Lang
[Lang]: http://www.mootools.net/docs/more/Core/Lang
2 changes: 1 addition & 1 deletion Docs/Localization/Form.Validator.French.md
Expand Up @@ -18,4 +18,4 @@ See also: [Form.Validator][] and [Lang][]
[See the wiki for how to get involved](http://wiki.github.com/mootools/mootools-more)

[Form.Validator]: http://www.mootools.net/docs/more/Forms/Form.Validator#Form-Validator
[Lang]: http://www.mootools.net/docs/more/Core/Lang
[Lang]: http://www.mootools.net/docs/more/Core/Lang
2 changes: 1 addition & 1 deletion Docs/Localization/Form.Validator.German.CH.md
Expand Up @@ -18,4 +18,4 @@ See also: [Form.Validator][] and [Lang][]
[See the wiki for how to get involved](http://wiki.github.com/mootools/mootools-more)

[Form.Validator]: http://www.mootools.net/docs/more/Forms/Form.Validator#Form-Validator
[Lang]: http://www.mootools.net/docs/more/Core/Lang
[Lang]: http://www.mootools.net/docs/more/Core/Lang
2 changes: 1 addition & 1 deletion Docs/Localization/Form.Validator.German.md
Expand Up @@ -19,4 +19,4 @@ See also: [Form.Validator][] and [Lang][]
[See the wiki for how to get involved](http://wiki.github.com/mootools/mootools-more)

[Form.Validator]: http://www.mootools.net/docs/more/Forms/Form.Validator#Form-Validator
[Lang]: http://www.mootools.net/docs/more/Core/Lang
[Lang]: http://www.mootools.net/docs/more/Core/Lang
2 changes: 1 addition & 1 deletion Docs/Localization/Form.Validator.Italian.md
Expand Up @@ -19,4 +19,4 @@ See also: [Form.Validator][] and [Lang][]
[See the wiki for how to get involved](http://wiki.github.com/mootools/mootools-more)

[Form.Validator]: http://www.mootools.net/docs/more/Forms/Form.Validator#Form-Validator
[Lang]: http://www.mootools.net/docs/more/Core/Lang
[Lang]: http://www.mootools.net/docs/more/Core/Lang
2 changes: 1 addition & 1 deletion Docs/Localization/Form.Validator.Japanese.md
Expand Up @@ -16,4 +16,4 @@ Simply change the language property to *ja-JP*.
See also: [Form.Validator][] and [Lang][]

[Form.Validator]: /more/Forms/Form.Validator#Form-Validator
[Lang]: /more/Core/Lang
[Lang]: /more/Core/Lang
2 changes: 1 addition & 1 deletion Docs/Localization/Form.Validator.Norwegian.md
Expand Up @@ -18,4 +18,4 @@ See also: [Form.Validator][] and [Lang][]
[See the wiki for how to get involved](http://wiki.github.com/mootools/mootools-more)

[Form.Validator]: http://www.mootools.net/docs/more/Forms/Form.Validator#Form-Validator
[Lang]: http://www.mootools.net/docs/more/Core/Lang
[Lang]: http://www.mootools.net/docs/more/Core/Lang
2 changes: 1 addition & 1 deletion Docs/Localization/Form.Validator.Persian.md
Expand Up @@ -18,4 +18,4 @@ See also: [Form.Validator][] and [Lang][]
[See the wiki for how to get involved](http://wiki.github.com/mootools/mootools-more)

[Form.Validator]: http://www.mootools.net/docs/more/Forms/Form.Validator#Form-Validator
[Lang]: http://www.mootools.net/docs/more/Core/Lang
[Lang]: http://www.mootools.net/docs/more/Core/Lang
2 changes: 1 addition & 1 deletion Docs/Localization/Form.Validator.Polish.md
Expand Up @@ -18,4 +18,4 @@ See also: [Form.Validator][] and [Lang][]
[See the wiki for how to get involved](http://wiki.github.com/mootools/mootools-more)

[Form.Validator]: http://www.mootools.net/docs/more/Forms/Form.Validator#Form-Validator
[Lang]: http://www.mootools.net/docs/more/Core/Lang
[Lang]: http://www.mootools.net/docs/more/Core/Lang
2 changes: 1 addition & 1 deletion Docs/Localization/Form.Validator.Portuguese.BR.md
Expand Up @@ -18,4 +18,4 @@ See also: [Form.Validator][] and [Lang][]
[See the wiki for how to get involved](http://wiki.github.com/mootools/mootools-more)

[Form.Validator]: http://www.mootools.net/docs/more/Forms/Form.Validator#Form-Validator
[Lang]: http://www.mootools.net/docs/more/Core/Lang
[Lang]: http://www.mootools.net/docs/more/Core/Lang

0 comments on commit 52e1c49

Please sign in to comment.