diff options
| author | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-28 17:43:21 +0200 |
|---|---|---|
| committer | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-28 17:43:21 +0200 |
| commit | deeecdc7b93dcc674884a17076711bfeed0d166a (patch) | |
| tree | 21485a867f4992dc6484e9b294a28266d1a59f80 | |
| parent | c818ec5c13519a3f31f78f042ed2c57f3d893370 (diff) | |
fix
| -rw-r--r-- | fype.buetow.org/content/Examples.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/fype.buetow.org/content/Examples.xml b/fype.buetow.org/content/Examples.xml index 2c57c08..3c28c1f 100644 --- a/fype.buetow.org/content/Examples.xml +++ b/fype.buetow.org/content/Examples.xml @@ -1,10 +1,11 @@ <?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> <content> - <pagetitle>Examples</pagetitle> - <noop>Go to </noop> - <namedlink href="http://web.buetow.org/git/?p=fype.git;a=tree;f=examples;h=ee051fd647807523887213aae68e060403041319;hb=refs/heads/build-009669">gitweb</namedlink> - <noop> to browse the all the code examples.</noop> - </text> + <pagetitle>Examples</pagetitle> + <text> + <noop>Go to </noop> + <namedlink href="http://web.buetow.org/git/?p=fype.git;a=tree;f=examples;h=ee051fd647807523887213aae68e060403041319;hb=refs/heads/build-009669">gitweb</namedlink> + <noop> to browse the all the code examples.</noop> + </text> </content> |
