diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-08-07 08:39:36 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-08-07 08:39:36 +0000 |
commit | f23c24c8a31ea3787d5039d36de56001f731e22a (patch) | |
tree | 44b3fbd1ad9416adf42cdcf2f4f901b3b450e991 /modules/comment | |
parent | b996a7d30d002c160246624c882d8188efd3aa9b (diff) | |
download | brdo-f23c24c8a31ea3787d5039d36de56001f731e22a.tar.gz brdo-f23c24c8a31ea3787d5039d36de56001f731e22a.tar.bz2 |
#164935 by Ralf Stamm: standardize CVS Id tags in files:
- always include CVS Id tags in all files
- add a new line after the CVS Id, if more code or phpdoc follows in the same code block
- fix bogus Id tags previously added
Diffstat (limited to 'modules/comment')
-rw-r--r-- | modules/comment/comment-folded.tpl.php | 3 | ||||
-rw-r--r-- | modules/comment/comment-wrapper.tpl.php | 3 | ||||
-rw-r--r-- | modules/comment/comment.tpl.php | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/modules/comment/comment-folded.tpl.php b/modules/comment/comment-folded.tpl.php index 7c0749628..016656bfb 100644 --- a/modules/comment/comment-folded.tpl.php +++ b/modules/comment/comment-folded.tpl.php @@ -1,5 +1,6 @@ <?php -// $Id +// $Id$ + /** * @file comment-folded.tpl.php * Default theme implementation for folded comments. diff --git a/modules/comment/comment-wrapper.tpl.php b/modules/comment/comment-wrapper.tpl.php index dab4cebab..5a5cc2943 100644 --- a/modules/comment/comment-wrapper.tpl.php +++ b/modules/comment/comment-wrapper.tpl.php @@ -1,5 +1,6 @@ <?php -// $Id +// $Id$ + /** * @file comment-wrapper.tpl.php * Default theme implementation to wrap comments. diff --git a/modules/comment/comment.tpl.php b/modules/comment/comment.tpl.php index cd6ad25c1..0a5f9579b 100644 --- a/modules/comment/comment.tpl.php +++ b/modules/comment/comment.tpl.php @@ -1,5 +1,6 @@ <?php -// $Id +// $Id$ + /** * @file comment.tpl.php * Default theme implementation for comments. |