diff options
| author | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-28 17:44:22 +0200 |
|---|---|---|
| committer | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-28 17:44:22 +0200 |
| commit | 42d460a3e094809a23eb420fd44063ea5cf76fbd (patch) | |
| tree | 4f48ae07da19d4703d58956550c4380ed7a536c0 | |
| parent | 1d760bf217cf82596ddbe0d5226be45dafb054c8 (diff) | |
fix
| -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> |
