File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 224224 author , data = author
225225 s = ""
226226 if author in authorphoto :
227- s += """<div style="float:right; clear:both; text-align:center; border:1px solid #f8f8f8; padding:0.3em; background-color:#fcfcfc; margin-left:0.5em; margin-bottom:0.5em"><img src="people/ %s" style="max-width:130px; max-height:130px;" /><br/>%s</div>""" % (authorphoto [author ], author )
227+ s += """<div style="float:right; clear:both; text-align:center; border:1px solid #f8f8f8; padding:0.3em; background-color:#fcfcfc; margin-left:0.5em; margin-bottom:0.5em"><img src="%s" style="max-width:130px; max-height:130px;" /><br/>%s</div>""" % (authorphoto [author ], author )
228228 s += "<dt>"
229229 if data .get ("web" ):
230230 s += """<a href="%s">%s</a>""" % (data .get ("web" ), author )
You can’t perform that action at this time.
0 commit comments