Get magic docs HTML/TXT generator working
Needs "<?php" not "<?".
This commit is contained in:
parent
232176025d
commit
ecfb336b5c
2 changed files with 4 additions and 4 deletions
|
|
@ -6,5 +6,5 @@
|
||||||
<h1 align="center">Tux Paint "Magic" Tool: Kaleidoscope</h1>
|
<h1 align="center">Tux Paint "Magic" Tool: Kaleidoscope</h1>
|
||||||
<h2 align="center">By Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h2>
|
<h2 align="center">By Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h2>
|
||||||
<p>This paint brush draws in four places at the same time, mirroring symmetrically, both horizontally and vertically. It uses the currently selected color.</p>
|
<p>This paint brush draws in four places at the same time, mirroring symmetrically, both horizontally and vertically. It uses the currently selected color.</p>
|
||||||
<p>See also: <a href="picasso.html">Picasso</a> <a href="kal_pattern.html">Pattern</a> <a href="kal_tiles.html">Tiles</a></p>
|
<p>See also: <a href="picasso.html">Picasso</a></p>
|
||||||
</body></html>
|
</body></html>
|
||||||
|
|
@ -1,11 +1,11 @@
|
||||||
<?
|
<?php
|
||||||
/* This PHP file contains all the documentation for the various Magic Tools
|
/* This PHP file contains all the documentation for the various Magic Tools
|
||||||
that are shipped with Tux Paint, as well as code and templates to generate
|
that are shipped with Tux Paint, as well as code and templates to generate
|
||||||
individual HTML files for each of them, and an index.html that links to
|
individual HTML files for each of them, and an index.html that links to
|
||||||
them all. */
|
them all. */
|
||||||
|
|
||||||
/* Bill Kendrick <bill@newbreedsoftware.com> */
|
/* Bill Kendrick <bill@newbreedsoftware.com> */
|
||||||
/* 2009.10.08 */
|
/* Oct. 8, 2009 - August 30, 2018 */
|
||||||
|
|
||||||
|
|
||||||
/* Authors of the Magic tools: */
|
/* Authors of the Magic tools: */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue