Changeset 47 for trunk/Base/XML.php


Ignore:
Timestamp:
Jul 27, 2014, 9:14:56 PM (10 years ago)
Author:
chronos
Message:
  • Odstraněno: Zbytečná PHP ukončovací značka "?>" z konce všech souborů.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        1 
        21config.php
         2.project
  • trunk/Base/XML.php

    r42 r47  
    4848  var $Content;
    4949  var $Indentation;
    50  
     50
    5151  function __construct()
    5252  {
     
    5656    $this->Indentation = 2;
    5757  }
    58  
     58
    5959  function GetOutput()
    6060  {
     
    104104  }
    105105}
    106 
    107 ?>
Note: See TracChangeset for help on using the changeset viewer.