]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/uexport.tpl
Merge branch '2021.03-rc' into copyright-2021
[friendica.git] / view / templates / uexport.tpl
index 1d9362d724afe78109bee98444cb8b51d4c2dbf8..b9e177af268c4e87694e1087ad6130256c03f643 100644 (file)
@@ -1,14 +1,10 @@
-{{*
- *     AUTOMATICALLY GENERATED TEMPLATE
- *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
-<h3>{{$title}}</h3>\r
-\r
-\r
-{{foreach $options as $o}}\r
-<dl>\r
-    <dt><a href="{{$baseurl}}/{{$o.0}}">{{$o.1}}</a></dt>\r
-    <dd>{{$o.2}}</dd>\r
-</dl>\r
-{{/foreach}}
\ No newline at end of file
+
+<h3>{{$title}}</h3>
+
+
+{{foreach $options as $o}}
+<dl>
+    <dt><a href="{{$o.0}}">{{$o.1}}</a></dt>
+    <dd>{{$o.2}}</dd>
+</dl>
+{{/foreach}}