You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ns...@apache.org on 2012/10/07 15:59:35 UTC

svn commit: r1395305 - /incubator/cloudstack/site/trunk/lib/path.pm

Author: nslater
Date: Sun Oct  7 13:59:34 2012
New Revision: 1395305

URL: http://svn.apache.org/viewvc?rev=1395305&view=rev
Log:
Trivial change

Modified:
    incubator/cloudstack/site/trunk/lib/path.pm

Modified: incubator/cloudstack/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/incubator/cloudstack/site/trunk/lib/path.pm?rev=1395305&r1=1395304&r2=1395305&view=diff
==============================================================================
--- incubator/cloudstack/site/trunk/lib/path.pm (original)
+++ incubator/cloudstack/site/trunk/lib/path.pm Sun Oct  7 13:59:34 2012
@@ -3,6 +3,8 @@ use ASF::Value;
 
 # taken from django's url.py
 
+# trivial change
+
 our @patterns = (
 	[qr!\.mdtext$!, single_narrative => { template => "single_narrative.html" }],