Skip to content

Commit 2a8a44b

Browse files
committed
Fix typo preventing syntax highlighting for source block
1 parent d67453c commit 2a8a44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/08-customizing-git/sections/attributes.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ Last commit date: Tue Apr 21 08:38:48 2009 -0700 by Scott Chacon
304304

305305
The substitutions can include for example the commit message and any git notes, and git log can do simple word wrapping:
306306

307-
[source.console]
307+
[source,console]
308308
----
309309
$ echo '$Format:Last commit: %h by %aN at %cd%n%+w(76,6,9)%B$' > LAST_COMMIT
310310
$ git commit -am 'export-subst uses git log's custom formatter

0 commit comments

Comments
 (0)