diff options
author | matthiasgrimm <matthiasgrimm@users.sourceforge.net> | 2005-06-27 18:47:25 +0200 |
---|---|---|
committer | matthiasgrimm <matthiasgrimm@users.sourceforge.net> | 2005-06-27 18:47:25 +0200 |
commit | 4da078a352e82dfe80de1fc5f101b7a600ac3b5c (patch) | |
tree | f774ff834876fd25ac6fdcdb4c127cab4e24bce0 /lib | |
parent | d85674c9ace3a4b8a46eb86f2fa071e0e7c149ee (diff) | |
download | rpg-4da078a352e82dfe80de1fc5f101b7a600ac3b5c.tar.gz rpg-4da078a352e82dfe80de1fc5f101b7a600ac3b5c.tar.bz2 |
xml conformity part 2
This patch exchanges some forgotten php short forms against xml pendents.
darcs-hash:20050627164725-7ef76-6412b45fc0c7be8a53e78b5df1170bba4088b45c.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tpl/default/media.php | 2 | ||||
-rw-r--r-- | lib/tpl/default/mediaref.php | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/tpl/default/media.php b/lib/tpl/default/media.php index 70e9ea366..f6fb66750 100644 --- a/lib/tpl/default/media.php +++ b/lib/tpl/default/media.php @@ -59,3 +59,5 @@ </div> </body> +</html> + diff --git a/lib/tpl/default/mediaref.php b/lib/tpl/default/mediaref.php index d075815ad..61254c9ce 100644 --- a/lib/tpl/default/mediaref.php +++ b/lib/tpl/default/mediaref.php @@ -55,3 +55,5 @@ </div> </body> +</html> + |