From: Dylan Lloyd Date: Wed, 23 Mar 2011 01:52:38 +0000 (-0400) Subject: sed -i s/\"/\'/g projects/* && rm print()s in pub* X-Git-Url: https://disinclined.org/git/?a=commitdiff_plain;h=22ca6f0ce2843b106996d6df20012d8aee139e70;hp=22ca6f0ce2843b106996d6df20012d8aee139e70;p=dylansserver.git sed -i s/\"/\'/g projects/* && rm print()s in pub* This fixes a bug introduced in commit f9f5098 that broke the frontpage. The problem was that the method used to force the project page to show up searches for class='notes' but they were ""s in error. It's kind of a crude method in the first place, but it works. The print statement in ./publish_projects was from debugging a while ago and served no purpose. ---