Skip to content

Commit f213fda

Browse files
committedApr 11, 2012
img src needs to be absolute, starting with a slash.
(at least locally)
1 parent 0170ed8 commit f213fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎theme/templates/plone.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<div id="header" class="container_12">
1111
<div class="grid_3">
1212
<div id="portal-logo">
13-
<a href=""><img src="static/images/portrait_intro.jpg" alt="Home Maurits van Rees" /></a>
13+
<a href=""><img src="/static/images/portrait_intro.jpg" alt="Home Maurits van Rees" /></a>
1414
</div>
1515
</div>
1616
<div class="grid_6">

0 commit comments

Comments
 (0)
Please sign in to comment.