aboutsummaryrefslogtreecommitdiffstats
path: root/english/template/debian/past_event.wml
diff options
context:
space:
mode:
authorDenis Barbier <barbier>2001-09-02 22:07:54 +0000
committerDenis Barbier <barbier>2001-09-02 22:07:54 +0000
commit90407798d23c4d0085fdf777421d24d7376cc6d7 (patch)
tree710de76fdc00e9dc0fdcbb0f1250749201b8dda5 /english/template/debian/past_event.wml
parent7d8085c542afc27cab7b0951554939121fbf1241 (diff)
Add a trailing slash for WML empty elements.
HTML tags have not been changed. CVS version numbers english/template/debian/consultant.wml: 1.43 -> 1.44 english/template/debian/ddp.wml: 1.31 -> 1.32 english/template/debian/event.wml: 1.57 -> 1.58 english/template/debian/mainpage.wml: 1.11 -> 1.12 english/template/debian/news.wml: 1.28 -> 1.29 english/template/debian/past_event.wml: 1.14 -> 1.15 english/template/debian/template.wml: 1.12 -> 1.13 english/template/debian/translation-check.wml: 1.58 -> 1.59 english/template/debian/votebar.wml: 1.72 -> 1.73
Diffstat (limited to 'english/template/debian/past_event.wml')
-rw-r--r--english/template/debian/past_event.wml42
1 files changed, 21 insertions, 21 deletions
diff --git a/english/template/debian/past_event.wml b/english/template/debian/past_event.wml
index 283dd37e57a..0c50db73ab7 100644
--- a/english/template/debian/past_event.wml
+++ b/english/template/debian/past_event.wml
@@ -1,48 +1,48 @@
#use wml::debian::events_common
-#use wml::debian::basic title="<eventtitle>"
-# the title should probably be different, <pasteventtitle> or something
+#use wml::debian::basic title="<eventtitle/>"
+# the title should probably be different, <pasteventtitle/> or something
#use wml::debian::languages
{#check_trans#}
-<hrline>
+<hrline/>
-<H2><pagetitle></H2>
+<H2><pagetitle/></H2>
- <STRONG><langwhen>:</STRONG> <date><BR>
- <STRONG><langwhere>:</STRONG> <where><BR>
+ <STRONG><langwhen/>:</STRONG> <date/><BR>
+ <STRONG><langwhere/>:</STRONG> <where/><BR>
# the URL on the following line is intentionally not marked up so we don't
# have to worry about it becoming stale
-<: if (length ("<infolink>")) { :>
- <STRONG><langinfo>:</STRONG> <infolink><BR>
+<: if (length ("<infolink/>")) { :>
+ <STRONG><langinfo/>:</STRONG> <infolink/><BR>
<: } :>
-<hrline>
+<hrline/>
-<intro>
+<intro/>
-<hrline>
+<hrline/>
-<H2><debinvolve></H2>
+<H2><debinvolve/></H2>
-<involve>
+<involve/>
-<P><STRONG><maincoordinator>:</STRONG> <coord>
+<P><STRONG><maincoordinator/>:</STRONG> <coord/>
# there are no files named project-* in events/*/ directories... huh?
#<TABLE>
## hmm <TR><TH>Project</TH><TH>Coordinator</TH><TH>Description</TH></TR>
-# <TR><projcoordinator></TR>
-# <:= get_event_stuff ( '<abbr>', '0', '$(ENGLISHDIR)/events/<year>', 'project-\w+' ) :>
+# <TR><projcoordinator/></TR>
+# <:= get_event_stuff ( '<abbr/>', '0', '$(ENGLISHDIR)/events/<year/>', 'project-\w+' ) :>
#</TABLE>
#
#<hrline>
# there are no files named news-* in events/*/ directories... huh?
-#<H2><latestnews></H2>
+#<H2><latestnews/></H2>
#
-#<:= get_event_stuff ( '<abbr>', '0', '$(ENGLISHDIR)/events/<year>', 'news-\d+\w*' ) :>
+#<:= get_event_stuff ( '<abbr/>', '0', '$(ENGLISHDIR)/events/<year/>', 'news-\d+\w*' ) :>
#
-#<hrline>
+#<hrline/>
<:
if (open (PAGE, "$WML_SRC_FILENAME")) {
@@ -62,7 +62,7 @@
if ($go) {
:>
-<H2><relatedlinks></H2>
+<H2><relatedlinks/></H2>
{#mainbody#}
@@ -70,7 +70,7 @@
<:= languages() :>
-<hrline>
+<hrline/>
#use wml::debian::footer

© 2014-2024 Faster IT GmbH | imprint | privacy policy