From: <rv...@us...> - 2012-02-14 21:45:39
|
Revision: 1065 http://treebase.svn.sourceforge.net/treebase/?rev=1065&view=rev Author: rvos Date: 2012-02-14 21:45:32 +0000 (Tue, 14 Feb 2012) Log Message: ----------- Sorry, unterminated c:url tag. Fixed now. Modified Paths: -------------- trunk/treebase-web/src/main/webapp/common/sidebarLeft.jsp Modified: trunk/treebase-web/src/main/webapp/common/sidebarLeft.jsp =================================================================== --- trunk/treebase-web/src/main/webapp/common/sidebarLeft.jsp 2012-02-14 21:31:34 UTC (rev 1064) +++ trunk/treebase-web/src/main/webapp/common/sidebarLeft.jsp 2012-02-14 21:45:32 UTC (rev 1065) @@ -22,10 +22,10 @@ </ul> <center> <a href="http://twitter.com/treebase" title="Follow @TreeBASE on Twitter"> - <img src="<c:url value="images/twitter-logo.png" alt="Follow @TreeBASE on twitter"/> + <img src="<c:url value="images/twitter-logo.png"/>" alt="Follow @TreeBASE on twitter" /> </a><br /> <a href="http://www.mendeley.com/groups/734351/treebase/" title="All publications in TreeBASE on Mendeley"> - <img src="<c:url value="images/mendeley-logo.png" alt="All publications in TreeBASE on Mendeley"> + <img src="<c:url value="images/mendeley-logo.png"/>" alt="All publications in TreeBASE on Mendeley" /> </a> </center> </div> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |