Skip to content

Commit

Permalink
fix: Image HTML breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
boypt committed Jun 20, 2012
1 parent 80bec76 commit 75be3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/vimrepress.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class DataObject(object):
DEFAULT_LIST_COUNT = "15"
IMAGE_TEMPLATE = '<a href="%(url)s">' \
'<img title="%(file)s" alt="%(file)s" src="%(url)s"' \
'class="aligncenter" /></a>'
' class="aligncenter" /></a>'
MARKER = dict(bg="=========== Meta ============",
mid="=============================",
ed="========== Content ==========",
Expand Down

0 comments on commit 75be3af

Please sign in to comment.