Skip to content

Commit 8554bed

Browse files
committed
Merge pull request #2328 from caponica/data_collector_typo
Fixed src="src="... typo in Data Collector chapter
2 parents 31ac1a4 + 0e1337a commit 8554bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/profiler/data_collector.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ All blocks have access to the ``collector`` object.
138138
.. tip::
139139

140140
Built-in templates use a base64 encoded image for the toolbar (``<img
141-
src="src="data:image/png;base64,..."``). You can easily calculate the
141+
src="data:image/png;base64,..."``). You can easily calculate the
142142
base64 value for an image with this little script: ``echo
143143
base64_encode(file_get_contents($_SERVER['argv'][1]));``.
144144

0 commit comments

Comments
 (0)