diff options
author | Christian Pointner <equinox@ffgraz.net> | 2014-02-17 19:22:03 +0000 |
---|---|---|
committer | Christian Pointner <equinox@ffgraz.net> | 2014-02-17 19:22:03 +0000 |
commit | f6a458e7b10d0a8842e650862482ee3e68734d74 (patch) | |
tree | 2a63887a3a349e215dcc7d179b975c5ba414896f | |
parent | 414b1f8e1a0f3806ab3aa2d09210bc1c33f59420 (diff) |
fixed & vs &
-rw-r--r-- | inc/de/meetup.shtml | 2 | ||||
-rw-r--r-- | inc/en/meetup.shtml | 2 | ||||
-rw-r--r-- | inc/hu/meetup.shtml | 2 | ||||
-rw-r--r-- | inc/si/meetup.shtml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/inc/de/meetup.shtml b/inc/de/meetup.shtml index 34b93c6..ee53fba 100644 --- a/inc/de/meetup.shtml +++ b/inc/de/meetup.shtml @@ -3,7 +3,7 @@ <p> Montag, <em><!--#include virtual="/meetup/next.html" --></em> ab <em>20 Uhr</em><br /> im <a href="http://realraum.at/wiki/doku.php">realraum</a>, - <a href='http://map.project-osrm.org/?dest=47.06555,15.45050&destname=realraum'> Brockmanngasse 15</a> + <a href="http://map.project-osrm.org/?dest=47.06555,15.45050&destname=realraum"> Brockmanngasse 15</a> <br /><br /> Vorgesehene kommende Termine: </p> diff --git a/inc/en/meetup.shtml b/inc/en/meetup.shtml index 84d0f7c..292905f 100644 --- a/inc/en/meetup.shtml +++ b/inc/en/meetup.shtml @@ -3,7 +3,7 @@ <p> Monday, <em><!--#include virtual="/meetup/next.html" --></em> at <em>8 pm</em><br /> at <a href="http://realraum.at/wiki/doku.php">realraum</a>, - <a href='http://map.project-osrm.org/?dest=47.06555,15.45050&destname=realraum'> Brockmanngasse 15</a> + <a href="http://map.project-osrm.org/?dest=47.06555,15.45050&destname=realraum"> Brockmanngasse 15</a> <br /><br /> Next planned meet-ups will be on: </p> diff --git a/inc/hu/meetup.shtml b/inc/hu/meetup.shtml index 34b93c6..ee53fba 100644 --- a/inc/hu/meetup.shtml +++ b/inc/hu/meetup.shtml @@ -3,7 +3,7 @@ <p> Montag, <em><!--#include virtual="/meetup/next.html" --></em> ab <em>20 Uhr</em><br /> im <a href="http://realraum.at/wiki/doku.php">realraum</a>, - <a href='http://map.project-osrm.org/?dest=47.06555,15.45050&destname=realraum'> Brockmanngasse 15</a> + <a href="http://map.project-osrm.org/?dest=47.06555,15.45050&destname=realraum"> Brockmanngasse 15</a> <br /><br /> Vorgesehene kommende Termine: </p> diff --git a/inc/si/meetup.shtml b/inc/si/meetup.shtml index 55bdd73..c399df3 100644 --- a/inc/si/meetup.shtml +++ b/inc/si/meetup.shtml @@ -3,7 +3,7 @@ <p>
Ponedeljek, <em><!--#include virtual="/meetup/next.html" --></em> ob <em>20:00</em><br />
v <a href="http://realraum.at/wiki/doku.php">realraumu</a>,
- <a href='http://map.project-osrm.org/?dest=47.06555,15.45050&destname=realraum'> Brockmanngasse 15</a>
+ <a href="http://map.project-osrm.org/?dest=47.06555,15.45050&destname=realraum"> Brockmanngasse 15</a>
<br /><br />
Predvidena srečanja:
</p>
|