diff options
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/header.html b/_includes/header.html index f1d6edf..aa44a3f 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -28,9 +28,9 @@ Downloads: <ul> <li><a href="http://github.com/zeux/pugixml/releases/download/v{{site.version}}/pugixml-{{site.version}}.zip" onclick="trackLink('download', 'pugixml-{{site.version}}.zip')">pugixml-{{site.version}}.zip</a><br/> - <small>398 Kb, Windows line endings</small></li> + <small>394 Kb, Windows line endings</small></li> <li><a href="http://github.com/zeux/pugixml/releases/download/v{{site.version}}/pugixml-{{site.version}}.tar.gz" onclick="trackLink('download', 'pugixml-{{site.version}}.tar.gz')">pugixml-{{site.version}}.tar.gz</a><br/> - <small>369 Kb, Unix line endings</small></li> + <small>365 Kb, Unix line endings</small></li> </ul> Documentation: |