diff options
Diffstat (limited to 'fype.buetow.org')
| -rw-r--r-- | fype.buetow.org/content/Synopses.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/fype.buetow.org/content/Synopses.xml b/fype.buetow.org/content/Synopses.xml index 547cfa5..09a2833 100644 --- a/fype.buetow.org/content/Synopses.xml +++ b/fype.buetow.org/content/Synopses.xml @@ -4,18 +4,18 @@ <textheader>Synopses</pagetitle> <text>This are the Fype synopses of the concurrent svn version:</text> <pretext> - <perl> - use LWP::Simple; - get("https://ssl.buetow.org/repos/fype/trunk/docs/synopses.txt"); - </perl> + <perl> + use LWP::Simple; + get("https://ssl.buetow.org/repos/fype/trunk/docs/synopses.txt"); + </perl> </pretext> <textheader>Help</pagetitle> <text>This are the Fype help options of the concurrent svn version:</text> <pretext> - <perl> - use LWP::Simple; - get("https://ssl.buetow.org/repos/fype/trunk/docs/help.txt"); - </perl> + <perl> + use LWP::Simple; + get("https://ssl.buetow.org/repos/fype/trunk/docs/help.txt"); + </perl> </pretext> </content> |
