Fix typo preventing canonicalization.
[xhtml-compiler.git] / XHTMLCompiler / Markup.php
blob93c719a57da48daeebae81f91a5f0a63e4bf5271
1 <?php
3 /**
4 * These classes are responsible for converting a text in a markup
5 * specific language to the corresponding HTML code. This process can
6 * be somewhat intense, as it may be necessary to find the template
7 * to insert the markup; furthermore, the markup generator being used
8 * is not guaranteed to generate conformant markup.
9 */
10 abstract class XHTMLCompiler_Markup extends XHTMLCompiler_Filter