-
Notifications
You must be signed in to change notification settings - Fork 30
spyrosoft/php-format-html-output
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A simple HTML formatter.
Example:
<?php
include_once('format.php');
$html = 'BIG STRING FULL OF HTML';
$format = new Format;
$formatted_html = $format->HTML($html);
echo $formatted_html;
About
A simple HTML pretty printer written in PHP
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published