Skip to content

Commit 443925c

Browse files
committed
Make version information on the web pages a little less cryptic.
- Legacy-Id: 2229
1 parent 8c8f526 commit 443925c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

ietf/templates/base.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
22
{% comment %}
3+
34
Copyright (C) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
4-
All rights reserved. Contact: Pasi Eronen <pasi.eronen@nokia.com>
5+
All rights reserved. Contact: Pasi Eronen <pasi.eronen@nokia.com>
56

67
Redistribution and use in source and binary forms, with or without
78
modification, are permitted provided that the following conditions
@@ -72,7 +73,7 @@
7273
{% include "base_leftmenu.html" %}
7374
</div>
7475
<div style="padding-left: 12px;padding-top:4px;font-size:69%;">
75-
{{ version_num }} {{revision_date}}
76+
Version {{ version_num }}, {{revision_date}}
7677
</div>
7778
</td>
7879
<td>

0 commit comments

Comments
 (0)