damned-lies r1207 - in trunk: . templates



Author: claudep
Date: Mon Dec  8 08:08:50 2008
New Revision: 1207
URL: http://svn.gnome.org/viewvc/damned-lies?rev=1207&view=rev

Log:
2008-12-08  Claude Paroz  <claude 2xlibre net>

	* templates/module_detail.html: Don't insert newlines inside blocktrans
	unless '\n' appears in the msgstr.

Modified:
   trunk/ChangeLog
   trunk/templates/module_detail.html

Modified: trunk/templates/module_detail.html
==============================================================================
--- trunk/templates/module_detail.html	(original)
+++ trunk/templates/module_detail.html	Mon Dec  8 08:08:50 2008
@@ -2,8 +2,7 @@
 {% load i18n %}
 
 {% block title %}
-{% blocktrans with module.get_description as name %}Module Statistics: {{ name }}
-{% endblocktrans %}
+{% blocktrans with module.get_description as name %}Module Statistics: {{ name }}{% endblocktrans %}
 {% endblock %}
 
 {% block content %}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]